Skip to content

Commit

Permalink
chore: upgrade postgresql image in pg cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantthapa committed Nov 4, 2024
1 parent ec7d4c7 commit 0ed2ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/server/base/postgres/pg-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
# See for info regarding images: https://cloudnative-pg.io/documentation/1.22/#container-images
# Images are found here: https://github.com/cloudnative-pg/postgres-containers/pkgs/container/postgresql
imageName: ghcr.io/cloudnative-pg/postgresql:14.11
imageName: ghcr.io/cloudnative-pg/postgresql:17.0
primaryUpdateStrategy: unsupervised

# PostGres Best Practices for the Logging
Expand Down

0 comments on commit 0ed2ea5

Please sign in to comment.