diff --git a/deployments/operators/postgres.yaml b/deployments/operators/postgres.yaml index 82bc07d..e12a3c6 100644 --- a/deployments/operators/postgres.yaml +++ b/deployments/operators/postgres.yaml @@ -10,8 +10,8 @@ metadata: name: crunchydata-postgres-operator namespace: flux-system spec: - url: https://charts.crunchydata.com interval: 1h + url: oci://registry.developers.crunchydata.com/crunchydata/pgo --- apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease @@ -23,7 +23,7 @@ spec: chart: spec: chart: pgo-crds - version: 5.3.0 # or latest stable version + version: 5.3.0 sourceRef: kind: HelmRepository name: crunchydata-postgres-operator @@ -44,7 +44,7 @@ spec: chart: spec: chart: postgres-operator - version: 5.3.0 # or latest stable version + version: 5.3.0 sourceRef: kind: HelmRepository name: crunchydata-postgres-operator @@ -54,3 +54,4 @@ spec: dependsOn: - name: postgres-operator-crds namespace: postgres-operator-system +