X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=a037854858b9c7ab748d9abb88d90f1c69029c1f;hb=ea802d28207a5925ea7f79b8aa5263c70a33416e;hp=0c0ac2dba6f0199e4ecd562326d832e754301ec3;hpb=a6c78dbe9bb58045f07756a00b1e82cf1e9d7f46;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 0c0ac2db..a0378548 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; @@ -1548,7 +1548,7 @@ function parse_docker_registry_url() { DOCKER_REGISTRY_URL=$(echo "$DOCKER_REGISTRY_URL" | awk '{split($1,a,"@"); print a[2]}') } -JUJU_AGENT_VERSION=2.8.6 +JUJU_AGENT_VERSION=2.8.8 UNINSTALL="" DEVELOP="" UPDATE=""