Skip to content

Commit

Permalink
Merge pull request #106 from fcuello-fudo/patch-1
Browse files Browse the repository at this point in the history
Bump metabase to v0.49.5
  • Loading branch information
pmint93 authored Apr 17, 2024
2 parents 8f6d4fc + 9852d8e commit 46666e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
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 @@ -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 }}
Expand Down
3 changes: 2 additions & 1 deletion charts/metabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 46666e6

Please sign in to comment.