This commit is contained in:
Philip Haupt
2025-10-10 20:16:40 +02:00
parent af345806a2
commit 95611cf69a
2 changed files with 3 additions and 3 deletions

View File

@@ -448,7 +448,7 @@ spec:
value: error value: error
- name: POSTGRESQL_SHARED_PRELOAD_LIBRARIES - name: POSTGRESQL_SHARED_PRELOAD_LIBRARIES
value: pgaudit value: pgaudit
image: docker.io/bitnamilegacy/postgres:17.6.0-debian-12-r2 image: docker.io/bitnamilegacy/postgresql:17.6.0-debian-12-r4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
exec: exec:

View File

@@ -1259,8 +1259,8 @@ defaultInitContainers:
postgresql: postgresql:
enabled: true enabled: true
image: image:
repository: bitnamilegacy/postgres repository: bitnamilegacy/postgresql
tag: 17.6.0-debian-12-r2 tag: 17.6.0-debian-12-r4
auth: auth:
postgresPassword: "" postgresPassword: ""
username: keycloak username: keycloak