From 1c077f3f50db13bfed56228aa2e232b38e358c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= Date: Thu, 23 May 2024 10:34:09 +0200 Subject: [PATCH 1/2] charts: metabase: fix priorityClass not being used due to wrong field name --- charts/metabase/Chart.yaml | 2 +- charts/metabase/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/metabase/Chart.yaml b/charts/metabase/Chart.yaml index abfd0cc..db4a1bc 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.15.3 +version: 2.15.4 appVersion: v0.49.11 maintainers: - name: pmint93 diff --git a/charts/metabase/templates/deployment.yaml b/charts/metabase/templates/deployment.yaml index d252b05..5ae93c0 100644 --- a/charts/metabase/templates/deployment.yaml +++ b/charts/metabase/templates/deployment.yaml @@ -302,7 +302,7 @@ spec: {{ toYaml . | indent 8 }} {{- end }} {{- if .Values.priorityClass}} - priorityClass: {{ .Values.priorityClass }} + priorityClassName: {{ .Values.priorityClass }} {{- end }} serviceAccountName: {{ template "metabase.serviceAccountName" . }} volumes: From e3c284d6a34106ddc7722f2a29e712a41423a605 Mon Sep 17 00:00:00 2001 From: Thanh Pham Minh Date: Thu, 23 May 2024 21:50:36 +0700 Subject: [PATCH 2/2] Bump again chart verison --- 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 db4a1bc..4cc85dc 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.15.4 +version: 2.15.5 appVersion: v0.49.11 maintainers: - name: pmint93