Updating nextcloud to first not-stable chart release

This commit is contained in:
Moritz Graf 2020-11-14 22:33:18 +01:00
parent 5a2d0fa1e4
commit 26b49d5f23
1 changed files with 5 additions and 1 deletions

View File

@ -305,8 +305,12 @@ Then login to git.moritzgraf.de and proceed with default values, or adjust them.
## nextcloud ## nextcloud
[Chart GitHub](https://github.com/nextcloud/helm/tree/master/charts/nextcloud)
```sh ```sh
helm upgrade --install nextcloud stable/nextcloud -n nextcloud -f nextcloud/nextcloud.secret.yml helm repo add nextcloud https://nextcloud.github.io/helm/
helm repo update
helm upgrade --install nextcloud nextcloud/nextcloud -n nextcloud --version 2.0.2 -f nextcloud/nextcloud.secret.yml
helm upgrade --install nextcloud-phpmyadmin bitnami/phpmyadmin -n nextcloud -f nextcloud/nextcloud-phpmyadmin.yml helm upgrade --install nextcloud-phpmyadmin bitnami/phpmyadmin -n nextcloud -f nextcloud/nextcloud-phpmyadmin.yml
``` ```