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