From: garciadeblas Date: Fri, 15 Jan 2021 11:37:49 +0000 (+0000) Subject: Fix bug 1404: helm2 initialization with new stable repo URL X-Git-Tag: branch-sol006v331-start~72 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=ff33b9bf99b492919c55bdc4242a3decb6c7d15b Fix bug 1404: helm2 initialization with new stable repo URL Change-Id: I30e5a84002c2f5675f0f0403ddaef2383980296f Signed-off-by: garciadeblas --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 230a7938..ababda57 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -962,7 +962,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;