fix(gitops): align postgresql ghcr paths
This commit is contained in:
parent
bf0e34a0e7
commit
77c061db0b
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user