Skip to content

Commit faa8f52

Browse files
committed
feat: Use PostgreSQL 17.5 as the default database version
1 parent 647415d commit faa8f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/config/postgresql/postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
annotations:
99
kapp.k14s.io/change-group: postgresql
1010
spec:
11-
imageName: ghcr.io/cloudnative-pg/postgresql:16.4
11+
imageName: ghcr.io/cloudnative-pg/postgresql:17.5
1212
instances: #@ data.values.postgresql.instances
1313
storage:
1414
size: #@ data.values.postgresql.storage.size

0 commit comments

Comments
 (0)