X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=3c0f4a74dbbb2096248941e4a490165175bfd35f;hb=27885ca80035bb548a5b4a58ce21d397481bbf2f;hp=0c0ac2dba6f0199e4ecd562326d832e754301ec3;hpb=a6c78dbe9bb58045f07756a00b1e82cf1e9d7f46;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 0c0ac2db..3c0f4a74 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -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;