fix(gitops): align postgresql ghcr paths

This commit is contained in:
Haitao Pan 2026-04-03 21:19:12 +08:00
parent bf0e34a0e7
commit 77c061db0b
8 changed files with 11 additions and 11 deletions

View File

@ -5,8 +5,8 @@ metadata:
namespace: database
spec:
interval: 5m0s
url: oci://ghcr.io/x-evor/postgresql
url: oci://ghcr.io/x-evor/charts/postgresql
ref:
semver: "1.1.0"
tag: "1.1.0"
secretRef:
name: postgresql-ghcr-pull

View File

@ -2,7 +2,7 @@ server:
enabled: true
image:
repository: ghcr.io/x-evor/postgresql.svc.plus/postgresql-svc-plus
repository: ghcr.io/x-evor/images/postgresql
tag: "17"
pullPolicy: IfNotPresent

View File

@ -5,9 +5,9 @@ metadata:
namespace: database
spec:
interval: 10m0s
url: oci://ghcr.io/x-evor/postgresql
url: oci://ghcr.io/x-evor/charts/postgresql
ref:
semver: "1.1.0"
tag: "1.1.0"
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy

View File

@ -22,7 +22,7 @@ spec:
- name: postgresql-ghcr-pull
containers:
- name: stunnel-client
image: ghcr.io/x-evor/postgresql.svc.plus/stunnel-client:latest
image: ghcr.io/x-evor/images/stunnel-client:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 15432

View File

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

View File

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

View File

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

View File

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