Skip to content

Commit 737619a

Browse files
feat(container): update image ghcr.io/cloudnative-pg/postgresql ( 17.4 → 17.7 )
| datasource | package | from | to | | ---------- | --------------------------------- | ---- | ---- | | docker | ghcr.io/cloudnative-pg/postgresql | 17.4 | 17.7 | Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
1 parent 19adc20 commit 737619a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

infrastructure/cloudnative-pg/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ superuserSecret: postgres-superuser-secret
1010

1111
cluster:
1212
name: postgres-v17
13-
image: ghcr.io/cloudnative-pg/postgresql:17.4
13+
image: ghcr.io/cloudnative-pg/postgresql:17.7
1414

1515
previousCluster:
1616
enabled: false
1717
name: postgres-v17
18-
image: ghcr.io/cloudnative-pg/postgresql:17.4
18+
image: ghcr.io/cloudnative-pg/postgresql:17.7
1919

2020
activeDatabases:
2121
- mealie
@@ -28,7 +28,7 @@ activeDatabases:
2828
clusterUpgrade:
2929
enabled: false
3030
newClusterName: postgres-vXX
31-
newClusterImage: ghcr.io/cloudnative-pg/postgresql:17.4
31+
newClusterImage: ghcr.io/cloudnative-pg/postgresql:17.7
3232
currentClusterName: postgres-v17
3333

3434
## 3 step upgrade process:

0 commit comments

Comments
 (0)