Skip to content

Commit

Permalink
better check
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeschiren committed Nov 5, 2024
1 parent e23e57d commit 5a8c9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/matomo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: "5.1.2"
description: A Helm chart for Matomo
name: matomo
version: 11.0.45
version: 11.0.46
3 changes: 1 addition & 2 deletions charts/matomo/templates/pre-upgrade-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,12 @@ spec:
- name: matomo-startup-config
configMap:
name: matomo-startup-config
{{ if .Values.extraConfigMaps.create -}}
{{ if .Values.extraConfigMaps.create }}
- name: matomo-pre-upgrade-additional-config-maps
configMap:
name: matomo-pre-upgrade-additional-config-maps
{{- end }}
{{- if .Values.extraVolumes }}
{{ toYaml .Values.extraVolumes | indent 8 }}
{{- end }}

{{- end -}}

0 comments on commit 5a8c9fe

Please sign in to comment.