From da6924b55d76d86b1f90f966ff9d6a61ee7148b3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 Mar 2025 06:00:21 +0000 Subject: [PATCH] Update ghcr.io/cloudnative-pg/postgresql Docker tag to v256 --- 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..ba42daf 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: "sha256-fe18e4721366d1139fa1ec6f974a658a7f290f77dc51addc8d2f59bd9098d2df.sig" pullPolicy: IfNotPresent # -- The UID and GID of the postgres user inside the image -- 2.49.1