fix: Use bitnami legacy

This commit is contained in:
2025-09-11 10:35:30 +02:00
parent fe88cf324a
commit dd0f8cd2ed
+3 -12
View File
@@ -36,22 +36,13 @@ usePasswordFiles: true
## @param image.debug Specify if debug logs should be enabled
##
image:
registry: docker.io
repository: digitalist/matomo
tag: 5.2.1
digest: ""
# repository: digitalist/matomo
repository: bitnamilegacy/matomo
# tag: 5.2.1
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
##
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
## e.g:
## pullSecrets:
## - myRegistryKeySecretName
##
pullSecrets: []
## Set to true if you would like to see extra information on logs
##
debug: false