mirror of
https://github.com/bitnami/charts.git
synced 2026-04-04 16:27:07 +08:00
[bitnami/matomo] fix mount path for matomo-secrets volume on cronjobs (#32773)
* [bitnami/matomo] change secrets file mount path Signed-off-by: Michael Kriese <michael.kriese@visualon.de> * [bitnami/matomo] bump version Signed-off-by: Michael Kriese <michael.kriese@visualon.de> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Michael Kriese <michael.kriese@visualon.de> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 9.3.2 (2025-04-09)
|
||||
## 9.3.3 (2025-04-15)
|
||||
|
||||
* [bitnami/matomo] Adds matomo-secrets volume to matomo-archive cronjob ([#32924](https://github.com/bitnami/charts/pull/32924))
|
||||
* [bitnami/matomo] fix mount path for `matomo-secrets` volume on cronjobs ([#32773](https://github.com/bitnami/charts/pull/32773))
|
||||
|
||||
## <small>9.3.2 (2025-04-14)</small>
|
||||
|
||||
* [bitnami/matomo] Adds matomo-secrets volume to matomo-archive cronjob (#32924) ([3505304](https://github.com/bitnami/charts/commit/350530478550b5b300b06fee2493fbd64050f9b0)), closes [#32924](https://github.com/bitnami/charts/issues/32924)
|
||||
|
||||
## <small>9.3.1 (2025-04-09)</small>
|
||||
|
||||
|
||||
@@ -40,4 +40,4 @@ maintainers:
|
||||
name: matomo
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/matomo
|
||||
version: 9.3.2
|
||||
version: 9.3.3
|
||||
|
||||
@@ -97,7 +97,7 @@ spec:
|
||||
value: {{ include "matomo.databaseUser" . | quote }}
|
||||
{{- if .Values.usePasswordFiles }}
|
||||
- name: MATOMO_DATABASE_PASSWORD_FILE
|
||||
value: {{ printf "/opt/bitnami/matomo/secrets/%s" (include "matomo.databasePasswordKey" .) }}
|
||||
value: {{ printf "/secrets/%s" (include "matomo.databasePasswordKey" .) }}
|
||||
{{- else }}
|
||||
- name: MATOMO_DATABASE_PASSWORD
|
||||
valueFrom:
|
||||
@@ -113,7 +113,7 @@ spec:
|
||||
mountPath: /bitnami/matomo
|
||||
{{- if .Values.usePasswordFiles }}
|
||||
- name: matomo-secrets
|
||||
mountPath: /opt/bitnami/matomo/secrets
|
||||
mountPath: /secrets
|
||||
{{- end }}
|
||||
{{- if .Values.certificates.customCertificate.certificateSecret }}
|
||||
- name: custom-certificate
|
||||
@@ -292,7 +292,7 @@ spec:
|
||||
value: {{ include "matomo.databaseUser" . | quote }}
|
||||
{{- if .Values.usePasswordFiles }}
|
||||
- name: MATOMO_DATABASE_PASSWORD_FILE
|
||||
value: {{ printf "/opt/bitnami/matomo/secrets/%s" (include "matomo.databasePasswordKey" .) }}
|
||||
value: {{ printf "/secrets/%s" (include "matomo.databasePasswordKey" .) }}
|
||||
{{- else }}
|
||||
- name: MATOMO_DATABASE_PASSWORD
|
||||
valueFrom:
|
||||
@@ -308,7 +308,7 @@ spec:
|
||||
mountPath: /bitnami/matomo
|
||||
{{- if .Values.usePasswordFiles }}
|
||||
- name: matomo-secrets
|
||||
mountPath: /opt/bitnami/matomo/secrets
|
||||
mountPath: /secrets
|
||||
{{- end }}
|
||||
{{- if .Values.certificates.customCertificate.certificateSecret }}
|
||||
- name: custom-certificate
|
||||
|
||||
Reference in New Issue
Block a user