gitops/infra/infrastructure/postgresql/oci-repository.yaml
2026-04-02 15:08:58 +08:00

14 lines
311 B
YAML

apiVersion: source.toolkit.fluxcd.io/v1
kind: OCIRepository
metadata:
name: postgresql-chart
namespace: database
spec:
interval: 10m0s
url: oci://ghcr.io/x-evor/postgresql
ref:
semver: "1.1.0"
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy