Skip to content

Commit a2990a6

Browse files
authored
Update values.yaml - set major version to 17
We've already done this for our stuff, but we need to update the defaults. Another PR will set it to 18, so people can upgrade gracefully.
1 parent c6a8c3b commit a2990a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/cloudnative-pg-cluster/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "cnpg"
55
instances: 3
66

77
# -- image to use for all tenant pods
8-
imageName: ghcr.io/cloudnative-pg/postgresql:16.0
8+
imageName: ghcr.io/cloudnative-pg/postgresql:17.0
99

1010
# -- CNPG disables the postgres superuser by default
1111
# must be explicitly enabled
@@ -21,7 +21,7 @@ imageCatalog:
2121
# -- List of images to be provisioned in an image catalog.
2222
images: []
2323
# - image: ghcr.io/your_repo/your_image:your_tag
24-
# major: 16
24+
# major: 17
2525

2626
# Examples of rolling update strategy:
2727
# unsupervised: automated update of the primary once all

0 commit comments

Comments
 (0)