From 6ae0a0cfca58f68f0491ffd3dab0ffc3e18e0ccc Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Tue, 7 Oct 2025 00:53:10 +0200 Subject: [PATCH] fix: keycloak --- keycloak/main.yaml | 2 +- keycloak/src/values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/keycloak/main.yaml b/keycloak/main.yaml index 23595eb..63b7200 100644 --- a/keycloak/main.yaml +++ b/keycloak/main.yaml @@ -448,7 +448,7 @@ spec: value: error - name: POSTGRESQL_SHARED_PRELOAD_LIBRARIES value: pgaudit - image: docker.io/bitnami/postgresql:17.6.0-debian-12-r0 + image: docker.io/bitnamilegacy/postgres:17.6.0-debian-12-r0 imagePullPolicy: IfNotPresent livenessProbe: exec: diff --git a/keycloak/src/values.yaml b/keycloak/src/values.yaml index 380555f..942b99e 100644 --- a/keycloak/src/values.yaml +++ b/keycloak/src/values.yaml @@ -1258,6 +1258,8 @@ defaultInitContainers: ## postgresql: enabled: true + image: + repository: bitnamilegacy/postgres auth: postgresPassword: "" username: keycloak