Fix bug 1404: helm2 initialization with new stable repo URL 78/10178/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 15 Jan 2021 11:37:49 +0000 (11:37 +0000)
committerbeierlm <mark.beierl@canonical.com>
Fri, 15 Jan 2021 18:42:50 +0000 (19:42 +0100)
Change-Id: I30e5a84002c2f5675f0f0403ddaef2383980296f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/full_install_osm.sh

index 0c0ac2d..3c0f4a7 100755 (executable)
@@ -954,7 +954,7 @@ function install_helm() {
         kubectl --namespace kube-system create serviceaccount tiller
         kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
         # HELM initialization
-        helm init --service-account tiller
+        helm init --stable-repo-url https://charts.helm.sh/stable --service-account tiller
 
         # Wait for Tiller to be up and running. If timeout expires, continue installing
         tiller_timeout=120;