chore(apps): move all container references to TCCR (#1448)

This commit is contained in:
Kjeld Schouten-Lebbing
2021-12-03 13:02:44 +01:00
committed by GitHub
parent 5ee6d53ffd
commit 46c3126fa4
190 changed files with 220 additions and 572 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
image:
repository: bitnami/mariadb
repository: tccr.io/truecharts/mariadb
pullPolicy: IfNotPresent
tag: 10.6.5@sha256:eaf86b454e10783feaffe7743f7564bf570d2da3652a8627e3220cfe38fdddb2
@@ -41,7 +41,7 @@ podSecurityContext:
volumeClaimTemplates:
data:
enabled: true
mountPath: "/bitnami/mariadb"
mountPath: "/tccr.io/truecharts/mariadb"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)