Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Jul 30, 2023
1 parent 052db28 commit 7bed6e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions plugins/contrib/charts/metabase/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ spec:
fsGroup: 1000
runAsNonRoot: true
containers:
# renovate: datasource=docker depName=metabase/metabase versioning=v0.46.6.4
- image: metabase/metabase:v0.46.6.4
- image: {{ .Values.image.name }}:{{ .Values.image.tag }}
name: metabase
securityContext:
allowPrivilegeEscalation: false
Expand Down
5 changes: 4 additions & 1 deletion plugins/contrib/charts/metabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ ingress:
enabled: true
annotations: {}
annotations: {}

image:
name: metabase/metabase
# renovate: datasource=docker depName=metabase/metabase versioning=v0.46.6.4
tag: v0.46.6.4
matomo:
cronjob:
enabled: false
Expand Down

0 comments on commit 7bed6e4

Please sign in to comment.