From e3919d2e10ae62a7a37b963c41f2ce2a2c3046fc Mon Sep 17 00:00:00 2001 From: Federico Cuello Date: Tue, 16 Apr 2024 10:33:54 +0200 Subject: [PATCH 1/3] deployment: Use .Chart.AppVersion as default image tag --- charts/metabase/templates/deployment.yaml | 2 +- charts/metabase/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/metabase/templates/deployment.yaml b/charts/metabase/templates/deployment.yaml index 269f0c7..d252b05 100644 --- a/charts/metabase/templates/deployment.yaml +++ b/charts/metabase/templates/deployment.yaml @@ -50,7 +50,7 @@ spec: {{- end }} containers: - name: {{ template "metabase.name" . }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" + image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" {{- with .Values.image.command }} command: {{- toYaml . | nindent 12 }} diff --git a/charts/metabase/values.yaml b/charts/metabase/values.yaml index 8598a66..6a73f78 100644 --- a/charts/metabase/values.yaml +++ b/charts/metabase/values.yaml @@ -11,7 +11,8 @@ podAnnotations: {} podLabels: {} image: repository: metabase/metabase - tag: v0.49.3 + # Overrides the image tag whose default is the chart appVersion. + tag: "" command: [] pullPolicy: IfNotPresent pullSecrets: [] From 9852d8ef81ea92545136f2beba8a8a14ad93fa2a Mon Sep 17 00:00:00 2001 From: Federico Cuello Date: Tue, 16 Apr 2024 10:38:21 +0200 Subject: [PATCH 2/3] chart: Bump metabase appVersion to v0.49.5 --- charts/metabase/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/metabase/Chart.yaml b/charts/metabase/Chart.yaml index 4a382cc..8fcc347 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.14.0 -appVersion: v0.49.3 +version: 2.14.1 +appVersion: v0.49.5 maintainers: - name: pmint93 email: phamminhthanh69@gmail.com From fef526c4f3a1ddd6b5137cbe740bcf619132c6e3 Mon Sep 17 00:00:00 2001 From: Federico Cuello Date: Wed, 17 Apr 2024 10:00:39 +0200 Subject: [PATCH 3/3] chart: Bump metabase appVersion to v0.49.6 --- charts/metabase/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/metabase/Chart.yaml b/charts/metabase/Chart.yaml index 8fcc347..5dbbfb1 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.14.1 -appVersion: v0.49.5 +version: 2.14.2 +appVersion: v0.49.6 maintainers: - name: pmint93 email: phamminhthanh69@gmail.com