fix(gitops): use public images for postgresql stack

This commit is contained in:
Haitao Pan 2026-04-02 18:46:14 +08:00
parent 1b23fe01c0
commit a4214274f6
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: stunnel-server
image: ghcr.io/x-evor/postgresql.svc.plus/stunnel-server:2330d36
image: dweomer/stunnel:latest
imagePullPolicy: IfNotPresent
command: ["stunnel", "/etc/stunnel/stunnel.conf"]
ports:

View File

@ -2,8 +2,8 @@ server:
enabled: true
image:
repository: ghcr.io/x-evor/postgresql.svc.plus/postgres-extensions
tag: latest
repository: postgres
tag: "17.9"
pullPolicy: IfNotPresent
auth:
@ -51,7 +51,7 @@ stunnel:
stunnelClient:
enabled: false
image:
repository: ghcr.io/x-evor/postgresql.svc.plus/stunnel-client
repository: dweomer/stunnel
tag: latest
pullPolicy: IfNotPresent
service: