From d855570a8858e203e4d5bbbfd5dd2781bd7fd044 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 20:47:40 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20ghcr.io/clo?= =?UTF-8?q?udnative-pg/postgresql=20(=2017.4=20=E2=86=92=2017.9=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | --------------------------------- | ---- | ---- | | docker | ghcr.io/cloudnative-pg/postgresql | 17.4 | 17.9 | Signed-off-by: Roger Rumao --- infrastructure/cloudnative-pg/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/cloudnative-pg/values.yaml b/infrastructure/cloudnative-pg/values.yaml index f1b9f4234..9c5b700a9 100644 --- a/infrastructure/cloudnative-pg/values.yaml +++ b/infrastructure/cloudnative-pg/values.yaml @@ -10,12 +10,12 @@ superuserSecret: postgres-superuser-secret cluster: name: postgres-v17 - image: ghcr.io/cloudnative-pg/postgresql:17.4 + image: ghcr.io/cloudnative-pg/postgresql:17.9 previousCluster: enabled: false name: postgres-v17 - image: ghcr.io/cloudnative-pg/postgresql:17.4 + image: ghcr.io/cloudnative-pg/postgresql:17.9 activeDatabases: - mealie @@ -28,7 +28,7 @@ activeDatabases: clusterUpgrade: enabled: false newClusterName: postgres-vXX - newClusterImage: ghcr.io/cloudnative-pg/postgresql:17.4 + newClusterImage: ghcr.io/cloudnative-pg/postgresql:17.9 currentClusterName: postgres-v17 ## 3 step upgrade process: