X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=3ff278d126767936913579e78bbbc10d775fd6c6;hb=16b5fb13e9514a40a48f183da220bbeffe02e490;hp=2c0aa5c6277f4ccd5fd3b05ef67344a84e9253a2;hpb=62e6044e4e5feded25e1a0c781d386d301841b3c;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 2c0aa5c6..3ff278d1 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -861,7 +861,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;