From b254c0dc704d46ee26475df00383f25a1ed44f8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 00:11:01 +0000 Subject: [PATCH] Update ghcr.io/cloudnative-pg/postgresql Docker tag to v17.4-standard-bullseye --- 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 a33f6b3..f69ca51 100644 --- a/charts/postgres-cluster/values.yaml +++ b/charts/postgres-cluster/values.yaml @@ -20,7 +20,7 @@ cluster: # -- Default image image: repository: ghcr.io/cloudnative-pg/postgresql - tag: "17.4-3-bullseye" + tag: "17.4-standard-bullseye" pullPolicy: IfNotPresent # -- The UID and GID of the postgres user inside the image -- 2.49.1