chore(apps): ensure container references are prefixed with v

This commit is contained in:
kjeld Schouten-Lebbing
2021-12-03 13:16:22 +01:00
parent f04eeb579e
commit 9ab1b65059
54 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ postgresqlImage:
# -- Specify the postgresql image
repository: tccr.io/truecharts/postgresql
# -- Specify the postgresql image tag
tag: 14.1.0@sha256:a8d81b4ce9ba6377b7250847e3b02cf84ae409785cf7df797a160b0f31b4246e
tag: v14.1.0@sha256:a8d81b4ce9ba6377b7250847e3b02cf84ae409785cf7df797a160b0f31b4246e
# -- Specify the postgresql image pull policy
pullPolicy: IfNotPresent