From e23ce66c4d8f2d06d72f0e1ca51bc0d472b205ba Mon Sep 17 00:00:00 2001 From: aries0d0f Date: Wed, 13 Nov 2024 13:13:50 +0800 Subject: [PATCH] fix: Lock postgresql image tag to 15.7.0 due to issues. ref: bitnami/containers#74788 --- charts/agh3/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/agh3/values.yaml b/charts/agh3/values.yaml index 14fbf51..6852953 100644 --- a/charts/agh3/values.yaml +++ b/charts/agh3/values.yaml @@ -214,7 +214,7 @@ postgresql: ## image: repository: docker/bitnami/postgresql - tag: 15 + tag: 15.7.0 pullPolicy: IfNotPresent pullSecrets: [] ## @param postgresql.auth.enabled Enable postgresql auth secret generate