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: