diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh
index 2c0aa5c6277f4ccd5fd3b05ef67344a84e9253a2..3ff278d126767936913579e78bbbc10d775fd6c6 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;
diff --git a/installers/k8s/install_osm_k8s_monitoring.sh b/installers/k8s/install_osm_k8s_monitoring.sh
index badba8101a3f6bc4cb3edbcf4e31a19be84f45c6..df5c60210818eaefa214dfab3447169e44d94f17 100755
--- a/installers/k8s/install_osm_k8s_monitoring.sh
+++ b/installers/k8s/install_osm_k8s_monitoring.sh
@@ -124,7 +124,7 @@ if [ $? == 1 ] ; then
     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
     while true