From ebf413689f279ca075fea2a418b6b8ffaf367423 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 May 2025 01:28:54 +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: {}