Updating nextcloud to first not-stable chart release
This commit is contained in:
parent
5a2d0fa1e4
commit
26b49d5f23
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue