fix(gitops): point postgresql chart to published tag

This commit is contained in:
Haitao Pan 2026-04-04 06:54:44 +08:00
parent 77c061db0b
commit 54d95b6a66
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ spec:
interval: 5m0s interval: 5m0s
url: oci://ghcr.io/x-evor/charts/postgresql url: oci://ghcr.io/x-evor/charts/postgresql
ref: ref:
tag: "1.1.0" tag: "1.0.0"
secretRef: secretRef:
name: postgresql-ghcr-pull name: postgresql-ghcr-pull

View File

@ -7,7 +7,7 @@ spec:
interval: 10m0s interval: 10m0s
url: oci://ghcr.io/x-evor/charts/postgresql url: oci://ghcr.io/x-evor/charts/postgresql
ref: ref:
tag: "1.1.0" tag: "1.0.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