From 3677a1e98709deb0c395f28037602533cadeb16d Mon Sep 17 00:00:00 2001 From: Thorsten Essig Date: Wed, 18 Dec 2024 10:29:03 +0100 Subject: [PATCH 1/2] fix: fix label indentation --- charts/metabase/templates/pdb.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/metabase/templates/pdb.yaml b/charts/metabase/templates/pdb.yaml index 029fae7..7fa6392 100644 --- a/charts/metabase/templates/pdb.yaml +++ b/charts/metabase/templates/pdb.yaml @@ -20,9 +20,9 @@ spec: matchLabels: app: {{ template "metabase.name" . }} {{- if .Values.deploymentLabels }} -{{- toYaml .Values.deploymentLabels | trim | indent 6 }} +{{ toYaml .Values.deploymentLabels | trim | indent 6 }} {{- end }} {{- if .Values.podLabels }} {{ toYaml .Values.podLabels | trim | indent 6 }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} From 1f931f8d5a614b4507d5c4250bab6942864d8865 Mon Sep 17 00:00:00 2001 From: Thorsten Essig Date: Wed, 18 Dec 2024 10:37:27 +0100 Subject: [PATCH 2/2] bump version --- charts/metabase/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/metabase/Chart.yaml b/charts/metabase/Chart.yaml index 696bfc4..efbc167 100644 --- a/charts/metabase/Chart.yaml +++ b/charts/metabase/Chart.yaml @@ -3,7 +3,7 @@ description: The easy, open source way for everyone in your company to ask questions and learn from data. name: metabase -version: 2.17.1 +version: 2.17.2 appVersion: v0.51.1 maintainers: - name: pmint93