fix(gitops): point postgresql stack at ghcr images

This commit is contained in:
Haitao Pan 2026-04-02 19:00:58 +08:00
parent 529648f6c5
commit 5ade3ead11
3 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ spec:
- name: postgresql-ghcr-pull - name: postgresql-ghcr-pull
containers: containers:
- name: stunnel-client - name: stunnel-client
image: dweomer/stunnel:latest image: ghcr.io/x-evor/postgresql.svc.plus/stunnel-client:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: STUNNEL_SERVICE - name: STUNNEL_SERVICE

View File

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

View File

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