Move Nextcloud to incubator

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-18 14:05:56 +02:00
parent 2c424c0fd0
commit e1d5a61b17
13 changed files with 1 additions and 4 deletions
@@ -28,9 +28,6 @@ maintainers:
- email: info@truecharts.org
name: TrueCharts
url: truecharts.org
- email: kjeld@schouten-lebbing.nl
name: Ornias1993
url: truecharts.org
name: nextcloud
sources:
- https://github.com/nextcloud/docker
@@ -12,4 +12,4 @@ data:
until pg_isready; do
sleep 5;
done;
pg_dump -U $POSTGRES_USER -d {{ .Values.postgresqlDatabase }} > /dbbackups/$BACKUP_NAME;
pg_dump -U {{ .Values.postgresqlUser }} -d {{ .Values.postgresqlDatabase }} > /dbbackups/$BACKUP_NAME;