diff --git a/k8s/README.md b/k8s/README.md index 3c70b70..cef4ed7 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -305,8 +305,12 @@ Then login to git.moritzgraf.de and proceed with default values, or adjust them. ## nextcloud +[Chart GitHub](https://github.com/nextcloud/helm/tree/master/charts/nextcloud) + ```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 ```