fix: wikijs bitnami

This commit is contained in:
Philip Haupt
2025-10-10 20:36:42 +02:00
parent a195257621
commit 567f8f203e
2 changed files with 4 additions and 1 deletions

View File

@@ -196,7 +196,7 @@ spec:
name: requarks-postgresql name: requarks-postgresql
- name: POSTGRES_DB - name: POSTGRES_DB
value: wiki value: wiki
image: docker.io/bitnami/postgresql:17.5.0-debian-12-r3 image: docker.io/bitnamilegacy/postgresql:17.6.0-debian-12-r4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
exec: exec:

View File

@@ -154,6 +154,9 @@ postgresql:
## Set to false if bringing your own PostgreSQL, and set secret value postgresql-uri. ## Set to false if bringing your own PostgreSQL, and set secret value postgresql-uri.
## ##
enabled: true enabled: true
image:
repository: bitnamilegacy/postgresql
tag: 17.6.0-debian-12-r4
## ssl enforce SSL communication with PostgresSQL ## ssl enforce SSL communication with PostgresSQL
## Default to false ## Default to false
## ##