fix(gitops): align postgresql ghcr paths
This commit is contained in:
parent
bf0e34a0e7
commit
77c061db0b
@ -5,8 +5,8 @@ metadata:
|
|||||||
namespace: database
|
namespace: database
|
||||||
spec:
|
spec:
|
||||||
interval: 5m0s
|
interval: 5m0s
|
||||||
url: oci://ghcr.io/x-evor/postgresql
|
url: oci://ghcr.io/x-evor/charts/postgresql
|
||||||
ref:
|
ref:
|
||||||
semver: "1.1.0"
|
tag: "1.1.0"
|
||||||
secretRef:
|
secretRef:
|
||||||
name: postgresql-ghcr-pull
|
name: postgresql-ghcr-pull
|
||||||
|
|||||||
@ -2,7 +2,7 @@ server:
|
|||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/x-evor/postgresql.svc.plus/postgresql-svc-plus
|
repository: ghcr.io/x-evor/images/postgresql
|
||||||
tag: "17"
|
tag: "17"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
|||||||
@ -5,9 +5,9 @@ metadata:
|
|||||||
namespace: database
|
namespace: database
|
||||||
spec:
|
spec:
|
||||||
interval: 10m0s
|
interval: 10m0s
|
||||||
url: oci://ghcr.io/x-evor/postgresql
|
url: oci://ghcr.io/x-evor/charts/postgresql
|
||||||
ref:
|
ref:
|
||||||
semver: "1.1.0"
|
tag: "1.1.0"
|
||||||
layerSelector:
|
layerSelector:
|
||||||
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
||||||
operation: copy
|
operation: copy
|
||||||
|
|||||||
@ -22,7 +22,7 @@ spec:
|
|||||||
- name: postgresql-ghcr-pull
|
- name: postgresql-ghcr-pull
|
||||||
containers:
|
containers:
|
||||||
- name: stunnel-client
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 15432
|
- containerPort: 15432
|
||||||
|
|||||||
@ -17,7 +17,7 @@ spec:
|
|||||||
- name: postgresql-ghcr-pull
|
- name: postgresql-ghcr-pull
|
||||||
containers:
|
containers:
|
||||||
- name: stunnel-server
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["stunnel", "/etc/stunnel/stunnel.conf"]
|
command: ["stunnel", "/etc/stunnel/stunnel.conf"]
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@ -2,7 +2,7 @@ server:
|
|||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/x-evor/postgresql.svc.plus/postgresql-svc-plus
|
repository: ghcr.io/x-evor/images/postgresql
|
||||||
tag: "17"
|
tag: "17"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ stunnel:
|
|||||||
stunnelClient:
|
stunnelClient:
|
||||||
enabled: false
|
enabled: false
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/x-evor/postgresql.svc.plus/stunnel-client
|
repository: ghcr.io/x-evor/images/stunnel-client
|
||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
|
|||||||
@ -16,7 +16,7 @@ spec:
|
|||||||
- name: postgresql-ghcr-pull
|
- name: postgresql-ghcr-pull
|
||||||
containers:
|
containers:
|
||||||
- name: stunnel-server
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["stunnel", "/etc/stunnel/stunnel.conf"]
|
command: ["stunnel", "/etc/stunnel/stunnel.conf"]
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@ -16,7 +16,7 @@ spec:
|
|||||||
- name: postgresql-ghcr-pull
|
- name: postgresql-ghcr-pull
|
||||||
containers:
|
containers:
|
||||||
- name: stunnel-client
|
- 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
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["stunnel", "/etc/stunnel/stunnel.conf"]
|
command: ["stunnel", "/etc/stunnel/stunnel.conf"]
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user