From 3ea28e525f77e8f963c8f3402ed25b7f68ba1331 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 26 Mar 2026 00:21:09 +0000 Subject: [PATCH] fix: Fix CNP operator image repository (cloudnative-pg not postgresql) --- infrastructure/addons/cnpg-operator/helmrelease-cnpg.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructure/addons/cnpg-operator/helmrelease-cnpg.yaml b/infrastructure/addons/cnpg-operator/helmrelease-cnpg.yaml index 8375e49..200573a 100644 --- a/infrastructure/addons/cnpg-operator/helmrelease-cnpg.yaml +++ b/infrastructure/addons/cnpg-operator/helmrelease-cnpg.yaml @@ -23,5 +23,4 @@ spec: retries: 3 values: image: - repository: ghcr.io/cloudnative-pg/postgresql - clusterImage: ghcr.io/cloudnative-pg/postgresql:17.4 \ No newline at end of file + repository: ghcr.io/cloudnative-pg/cloudnative-pg \ No newline at end of file