postgres downgrade

This commit is contained in:
Philip Haupt
2025-05-18 02:44:15 +02:00
parent 4388576eae
commit 6463ba5032
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
data: data:
postgres-password: R3BwSU51OE9TaQ== postgres-password: RVBIb0Q2MVFyZA==
kind: Secret kind: Secret
metadata: metadata:
labels: labels:
@@ -287,7 +287,7 @@ spec:
value: error value: error
- name: POSTGRESQL_SHARED_PRELOAD_LIBRARIES - name: POSTGRESQL_SHARED_PRELOAD_LIBRARIES
value: pgaudit value: pgaudit
image: docker.io/bitnami/postgresql:14.4.0-debian-11-r4 image: docker.io/bitnami/postgresql:13.15.0-debian-12-r6
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
exec: exec:

View File

@@ -106,6 +106,8 @@ postgresql:
enabled: true enabled: true
global: global:
storageClass: openebs-3-replicas storageClass: openebs-3-replicas
image:
tag: 13.15.0-debian-12-r6
postgresqlUsername: paperless postgresqlUsername: paperless
postgresqlPassword: paperless postgresqlPassword: paperless