From 23a1940b939b491d54a1aa1639412c53480f74a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 May 2025 21:27:37 +0000 Subject: [PATCH] Update ghcr.io/cloudnative-pg/postgresql Docker tag to v17.5-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 5c13bca..828b200 100644 --- a/charts/postgres-cluster/values.yaml +++ b/charts/postgres-cluster/values.yaml @@ -44,7 +44,7 @@ cluster: # -- Default image image: repository: ghcr.io/cloudnative-pg/postgresql - tag: "17.5-1-bullseye" + tag: "17.5-standard-bullseye" # -- Reference to `ImageCatalog` of `ClusterImageCatalog`, if specified takes precedence over `cluster.imageName` imageCatalogRef: {}