Update helmrelease to use custom image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler Perkins 2024-04-07 14:56:58 -04:00
parent 64a030c6bc
commit 755c64b27f
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
1 changed files with 3 additions and 3 deletions

View File

@ -113,9 +113,9 @@ spec:
## @param image.debug Specify if debug values should be set
##
image:
registry: docker.io
repository: bitnami/postgresql
tag: 16.0.0-debian-11-r3
registry: git.clortox.com
repository: infrastructure/gluttony-cluster-postgresql
tag: v1.0.0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'