Fix(nextcloud): Postgres 11 & NX 23

This commit is contained in:
nold 2022-04-09 11:52:02 +02:00
parent c4972210b4
commit daf60b6910

View file

@ -1,5 +1,5 @@
image: image:
tag: 22-fpm tag: 23-fpm
pullPolicy: Always pullPolicy: Always
nextcloud: nextcloud:
@ -66,7 +66,7 @@ nginx:
enabled: true enabled: true
cronjob: cronjob:
enabled: false enabled: true
curlInsecure: true curlInsecure: true
internalDatabase: internalDatabase:
@ -84,6 +84,10 @@ externalDatabase:
postgresql: postgresql:
enabled: true enabled: true
image:
registry: docker.io
repository: bitnami/postgresql
tag: 11
postgresqlDatabase: nextcloud postgresqlDatabase: nextcloud
postgresqlUsername: nextcloud postgresqlUsername: nextcloud
existingSecret: nextcloud-postgres existingSecret: nextcloud-postgres