From 551099a6b8be984572cfb648fc958e08e82af98c Mon Sep 17 00:00:00 2001 From: Brent Anderson Date: Fri, 28 Jul 2023 10:09:00 -0500 Subject: [PATCH 1/2] v0.44.7.2 --- charts/metabase/Chart.yaml | 4 ++-- charts/metabase/README.md | 6 +++--- charts/metabase/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/metabase/Chart.yaml b/charts/metabase/Chart.yaml index 9ff0550..1568692 100644 --- a/charts/metabase/Chart.yaml +++ b/charts/metabase/Chart.yaml @@ -3,8 +3,8 @@ description: The easy, open source way for everyone in your company to ask questions and learn from data. name: metabase -version: 2.7.5 -appVersion: v0.46.6.2 +version: 2.7.6 +appVersion: v0.44.7.2 maintainers: - name: pmint93 email: phamminhthanh69@gmail.com diff --git a/charts/metabase/README.md b/charts/metabase/README.md index 223dfd0..7a65d8c 100644 --- a/charts/metabase/README.md +++ b/charts/metabase/README.md @@ -50,7 +50,7 @@ The command removes all the Kubernetes components associated with the chart and The following table lists the configurable parameters of the Metabase chart and their default values. | Parameter | Description | Default | -|-------------------------------------------------|----------------------------------------------------------------------------|-------------------| +| ----------------------------------------------- | -------------------------------------------------------------------------- | ----------------- | | replicaCount | desired number of controller pods | 1 | | pdb.create | Enable/disable a Pod Disruption Budget creation | false | | pdb.minAvailable | Minimum number/percentage of pods that should remain scheduled | 1 | @@ -60,7 +60,7 @@ The following table lists the configurable parameters of the Metabase chart and | podAnnotations | controller pods annotations | {} | | podLabels | extra pods labels | {} | | image.repository | controller container image repository | metabase/metabase | -| image.tag | controller container image tag | v0.46.6.2 | +| image.tag | controller container image tag | v0.44.7.2 | | image.command | controller container image command | [] | | image.pullPolicy | controller container image pull policy | IfNotPresent | | image.pullSecrets | controller container image pull secrets | [] | @@ -132,7 +132,7 @@ The following table lists the configurable parameters of the Metabase chart and | route.wildcardPolicy | Route wildcard policy | None | | route.tls | Route tls configuration | {} | | log4j2XML | Custom `log4j2.xml` file | null | -| log4jProperties | DEPRECATED Custom `log4j.properties` file | null | +| log4jProperties | DEPRECATED Custom `log4j.properties` file | null | | resources | Server resource requests and limits | {} | | nodeSelector | Node labels for pod assignment | {} | | tolerations | Toleration labels for pod assignment | [] | diff --git a/charts/metabase/values.yaml b/charts/metabase/values.yaml index 8d4dd56..dce51d3 100644 --- a/charts/metabase/values.yaml +++ b/charts/metabase/values.yaml @@ -15,7 +15,7 @@ podAnnotations: {} podLabels: {} image: repository: metabase/metabase - tag: v0.46.6.2 + tag: v0.44.7.2 command: [] pullPolicy: IfNotPresent pullSecrets: [] From 8dd72e52a0ba4da61e8b82cb3fb92d7f61d5a597 Mon Sep 17 00:00:00 2001 From: Brent Anderson Date: Mon, 31 Jul 2023 07:26:00 -0500 Subject: [PATCH 2/2] v0.46.6.4 --- charts/metabase/Chart.yaml | 2 +- charts/metabase/README.md | 2 +- charts/metabase/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/metabase/Chart.yaml b/charts/metabase/Chart.yaml index 1568692..bbff824 100644 --- a/charts/metabase/Chart.yaml +++ b/charts/metabase/Chart.yaml @@ -4,7 +4,7 @@ description: and learn from data. name: metabase version: 2.7.6 -appVersion: v0.44.7.2 +appVersion: v0.46.6.4 maintainers: - name: pmint93 email: phamminhthanh69@gmail.com diff --git a/charts/metabase/README.md b/charts/metabase/README.md index 7a65d8c..8dfd650 100644 --- a/charts/metabase/README.md +++ b/charts/metabase/README.md @@ -60,7 +60,7 @@ The following table lists the configurable parameters of the Metabase chart and | podAnnotations | controller pods annotations | {} | | podLabels | extra pods labels | {} | | image.repository | controller container image repository | metabase/metabase | -| image.tag | controller container image tag | v0.44.7.2 | +| image.tag | controller container image tag | v0.46.6.4 | | image.command | controller container image command | [] | | image.pullPolicy | controller container image pull policy | IfNotPresent | | image.pullSecrets | controller container image pull secrets | [] | diff --git a/charts/metabase/values.yaml b/charts/metabase/values.yaml index dce51d3..632eba7 100644 --- a/charts/metabase/values.yaml +++ b/charts/metabase/values.yaml @@ -15,7 +15,7 @@ podAnnotations: {} podLabels: {} image: repository: metabase/metabase - tag: v0.44.7.2 + tag: v0.46.6.4 command: [] pullPolicy: IfNotPresent pullSecrets: []