Skip to content

Commit

Permalink
Merge pull request #67 from ana-aguilar7/adjust-container-name
Browse files Browse the repository at this point in the history
chore(charts/metabase/templates): adjusting container name
  • Loading branch information
pmint93 authored Jun 12, 2023
2 parents 9174a2a + 27f1edd commit f306090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/metabase/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f306090

Please sign in to comment.