From 2078779ab1b80b4ee4ef0b3be41ceb570c51052e Mon Sep 17 00:00:00 2001 From: Slim Amamou Date: Mon, 13 Oct 2025 13:41:54 +0100 Subject: [PATCH] Fix postgresql crashlooping was using deprecated bitnami image registry. replaced temporarly with bitnamilegacy --- helm/api-platform/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/api-platform/values.yaml b/helm/api-platform/values.yaml index 5e1cf2b74..d0c3af886 100644 --- a/helm/api-platform/values.yaml +++ b/helm/api-platform/values.yaml @@ -83,7 +83,7 @@ postgresql: size: 1Gi pullPolicy: Always image: - repository: bitnami/postgresql + repository: bitnamilegacy/postgresql tag: 16 resources: requests: