From 51b09c6246085582e90dcbaafb4dc5dceefda7d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 15 May 2025 15:00:26 +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: {}