fix(gitops): point postgresql image to published tag
This commit is contained in:
parent
54d95b6a66
commit
f0aa58e529
@ -3,7 +3,7 @@ server:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/x-evor/images/postgresql
|
repository: ghcr.io/x-evor/images/postgresql
|
||||||
tag: "17"
|
tag: "sha-8d3a508"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
|
|||||||
@ -3,7 +3,7 @@ server:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/x-evor/images/postgresql
|
repository: ghcr.io/x-evor/images/postgresql
|
||||||
tag: "17"
|
tag: "sha-8d3a508"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user