fix(gitops): align postgresql ghcr image references
This commit is contained in:
parent
a5730d663b
commit
236e28389b
@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: stunnel-server
|
||||
image: ghcr.io/x-evor/stunnel-server:2330d36
|
||||
image: ghcr.io/x-evor/postgresql.svc.plus/stunnel-server:2330d36
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["stunnel", "/etc/stunnel/stunnel.conf"]
|
||||
ports:
|
||||
|
||||
@ -2,8 +2,8 @@ server:
|
||||
enabled: true
|
||||
|
||||
image:
|
||||
repository: ghcr.io/x-evor/postgresql-svc-plus
|
||||
tag: "16"
|
||||
repository: ghcr.io/x-evor/postgresql.svc.plus/postgres-extensions
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
auth:
|
||||
@ -51,7 +51,7 @@ stunnel:
|
||||
stunnelClient:
|
||||
enabled: true
|
||||
image:
|
||||
repository: dweomer/stunnel
|
||||
repository: ghcr.io/x-evor/postgresql.svc.plus/stunnel-client
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user