Skip to content

Commit

Permalink
set before end
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeschiren committed Feb 14, 2024
1 parent e75646a commit 99cca1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: "4.12.3"
description: A Helm chart Matomo
name: matomo
version: 11.0.24
version: 11.0.25
3 changes: 2 additions & 1 deletion charts/matomo/templates/pre-upgrade-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ spec:
name: {{ .Values.db.password.secretKeyRef.name }}
key: {{ .Values.db.password.secretKeyRef.key }}
{{ include "matomo.license" . | nindent 8 }}
{{- end -}}
volumes:
- name: matomo-startup-config
configMap:
name: matomo-startup-config

{{- end -}}

0 comments on commit 99cca1c

Please sign in to comment.