Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions infrastructure/cloudnative-pg/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
Loading