From 33dceb2b8c33e63f0d4bda381eeb54ca6db9520f Mon Sep 17 00:00:00 2001 From: Thomas Leclaire Date: Thu, 25 Jan 2024 16:57:49 +0100 Subject: [PATCH 1/2] update version Signed-off-by: Thomas Leclaire --- charts/metabase/Chart.yaml | 4 ++-- charts/metabase/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/metabase/Chart.yaml b/charts/metabase/Chart.yaml index 45c07c4..74b8c3c 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.10.5 -appVersion: v0.47.2 +version: 2.11.0 +appVersion: v0.48.3 maintainers: - name: pmint93 email: phamminhthanh69@gmail.com diff --git a/charts/metabase/values.yaml b/charts/metabase/values.yaml index 8dee188..be0806c 100644 --- a/charts/metabase/values.yaml +++ b/charts/metabase/values.yaml @@ -11,7 +11,7 @@ podAnnotations: {} podLabels: {} image: repository: metabase/metabase - tag: v0.47.2 + tag: v0.48.3 command: [] pullPolicy: IfNotPresent pullSecrets: [] From a2b30ac3c66e5033f33a62b83d8832269c02fbfe Mon Sep 17 00:00:00 2001 From: Thanh Pham Minh Date: Wed, 31 Jan 2024 11:49:08 +0700 Subject: [PATCH 2/2] Update README.md --- charts/metabase/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/metabase/README.md b/charts/metabase/README.md index 3ba5ce1..418d0a7 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.47.2 | +| image.tag | controller container image tag | v0.48.3 | | image.command | controller container image command | [] | | image.pullPolicy | controller container image pull policy | IfNotPresent | | image.pullSecrets | controller container image pull secrets | [] |