We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a8c3b commit a2990a6Copy full SHA for a2990a6
charts/cloudnative-pg-cluster/values.yaml
@@ -5,7 +5,7 @@ name: "cnpg"
5
instances: 3
6
7
# -- image to use for all tenant pods
8
-imageName: ghcr.io/cloudnative-pg/postgresql:16.0
+imageName: ghcr.io/cloudnative-pg/postgresql:17.0
9
10
# -- CNPG disables the postgres superuser by default
11
# must be explicitly enabled
@@ -21,7 +21,7 @@ imageCatalog:
21
# -- List of images to be provisioned in an image catalog.
22
images: []
23
# - image: ghcr.io/your_repo/your_image:your_tag
24
- # major: 16
+ # major: 17
25
26
# Examples of rolling update strategy:
27
# unsupervised: automated update of the primary once all
0 commit comments