X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;fp=installers%2Ffull_install_osm.sh;h=ababda577acd296fc3890020413cf111b7c95b9b;hb=ff33b9bf99b492919c55bdc4242a3decb6c7d15b;hp=230a79386249d73d2a0d7dad9781832ff1279d6d;hpb=3fa717f81e02ef05639f099010d8acc46125c196;p=osm%2Fdevops.git 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;