From 4e723cd8c16c876da5aef9415605db0ffb94d700 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 02:30:13 +0000 Subject: [PATCH] Update ghcr.io/cloudnative-pg/postgresql Docker tag to v17 --- charts/postgres-cluster/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/postgres-cluster/values.yaml b/charts/postgres-cluster/values.yaml index b6ade83..14b7bef 100644 --- a/charts/postgres-cluster/values.yaml +++ b/charts/postgres-cluster/values.yaml @@ -20,7 +20,7 @@ cluster: image: repository: ghcr.io/cloudnative-pg/postgresql - tag: "16.4" + tag: "17.0" pullPolicy: IfNotPresent # The UID and GID of the postgres user inside the image