diff --git a/charts/metabase/Chart.yaml b/charts/metabase/Chart.yaml index 75b04c9..4d12ea2 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.7.2 +version: 2.7.3 appVersion: v0.46.4 maintainers: - name: pmint93 diff --git a/charts/metabase/templates/deployment.yaml b/charts/metabase/templates/deployment.yaml index d07f63d..761bdf6 100644 --- a/charts/metabase/templates/deployment.yaml +++ b/charts/metabase/templates/deployment.yaml @@ -49,7 +49,7 @@ spec: {{- end }} {{- end }} containers: - - name: {{ .Chart.Name }} + - name: {{ template "metabase.name" . }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" {{- with .Values.image.command }} command: