fix(nextcloud): correct some mistakes in the migration script (#3091)

* fix some mistakes in nextcloud migration script

* Delete security.md
This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-07 15:16:43 +02:00
committed by GitHub
parent 4fef57ec25
commit c6281fb1be
3 changed files with 2 additions and 4092 deletions

View File

@@ -33,7 +33,7 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 15.1.0
version: 15.1.1
annotations:
truecharts.org/catagories: |
- cloud

File diff suppressed because one or more lines are too long

View File

@@ -107,7 +107,7 @@ initContainers:
echo "removing old data folder..."
rm -rf /var/www/html/data/tomigrate/data
echo "moving config, apps, templates and other content to html-pvc root..."
mv -f /var/www/html/data/tomigrate/data/* /var/www/html/data/
mv -f /var/www/html/data/tomigrate/* /var/www/html/
echo "Removing migration temporary folder..."
rm -rf /var/www/html/data/tomigrate
fi