fix: Use bitnami legacy
This commit is contained in:
@@ -36,22 +36,13 @@ usePasswordFiles: true
|
|||||||
## @param image.debug Specify if debug logs should be enabled
|
## @param image.debug Specify if debug logs should be enabled
|
||||||
##
|
##
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
# repository: digitalist/matomo
|
||||||
repository: digitalist/matomo
|
repository: bitnamilegacy/matomo
|
||||||
tag: 5.2.1
|
# tag: 5.2.1
|
||||||
digest: ""
|
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||||
##
|
##
|
||||||
pullPolicy: IfNotPresent
|
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
|
## Set to true if you would like to see extra information on logs
|
||||||
##
|
##
|
||||||
debug: false
|
debug: false
|
||||||
|
|||||||
Reference in New Issue
Block a user