From 596d2a3959dd06c72ce21d571e02d9bad38a0901 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 12 Jul 2025 13:48:58 +1000 Subject: [PATCH] Update to OCI --- deployments/operators/postgres.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 +