From 7d08627747bd105f253a383931aa0a9a57eae8ad Mon Sep 17 00:00:00 2001 From: Lewis Cowper <593574+lewiscowper@users.noreply.github.com> Date: Wed, 5 Jan 2022 11:18:09 +0100 Subject: [PATCH] update chart version, add default value and documentation --- charts/metabase/Chart.yaml | 2 +- charts/metabase/README.md | 1 + charts/metabase/values.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/metabase/Chart.yaml b/charts/metabase/Chart.yaml index 6a5593c..646f22e 100644 --- a/charts/metabase/Chart.yaml +++ b/charts/metabase/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: The easy, open source way for everyone in your company to ask questions and learn from data. name: metabase -version: 1.3.2 +version: 1.3.3 appVersion: v0.41.5 maintainers: - name: pmint93 diff --git a/charts/metabase/README.md b/charts/metabase/README.md index ae032bf..281f7c1 100644 --- a/charts/metabase/README.md +++ b/charts/metabase/README.md @@ -58,6 +58,7 @@ The following table lists the configurable parameters of the Metabase chart and | image.tag | controller container image tag | v0.41.5 | | image.command | controller container image command | [] | | image.pullPolicy | controller container image pull policy | IfNotPresent | +| image.pullSecrets | controller container image pull secrets | [] | | fullnameOverride | String to fully override metabase.fullname template | null | | listen.host | Listening on a specific network host | 0.0.0.0 | | listen.port | Listening on a specific network port | 3000 | diff --git a/charts/metabase/values.yaml b/charts/metabase/values.yaml index 47cd993..0ad8dcb 100644 --- a/charts/metabase/values.yaml +++ b/charts/metabase/values.yaml @@ -10,6 +10,7 @@ image: tag: v0.41.5 command: [] pullPolicy: IfNotPresent + pullSecrets: [] ## String to fully override metabase.fullname template ##