From 26b49d5f23067baa7615161ce2ed0fceab249898 Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Sat, 14 Nov 2020 22:33:18 +0100 Subject: [PATCH] Updating nextcloud to first not-stable chart release --- k8s/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ```