fix(gitops): pin postgresql image tag to 17
This commit is contained in:
parent
50401d47e7
commit
1509014723
@ -3,7 +3,7 @@ server:
|
||||
|
||||
image:
|
||||
repository: ghcr.io/x-evor/postgresql.svc.plus/postgresql-svc-plus
|
||||
tag: latest
|
||||
tag: "17"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
imagePullSecrets:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user