X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Fscripts%2Flayer-0%2F0-setup-helm3.sh;h=684a3a3193312645a11170cc104a596c36b80da6;hb=11374c6d4167d6b8c78bc26f1272a1d8b8b74da1;hp=b8b8508b25aa555741d11938627fa107de3e4122;hpb=623251a70da40b8e4829f00b138e963caad5d261;p=it%2Fdep.git diff --git a/smo-install/scripts/layer-0/0-setup-helm3.sh b/smo-install/scripts/layer-0/0-setup-helm3.sh index b8b8508b..684a3a31 100755 --- a/smo-install/scripts/layer-0/0-setup-helm3.sh +++ b/smo-install/scripts/layer-0/0-setup-helm3.sh @@ -33,13 +33,13 @@ sudo apt-get install git -y echo "Checking HELM ..." helm version -TAR_VERSION=0.9.0 -echo "Downloading and installing helm-push v${TAR_VERSION} ..." -TAR_FILE=helm-push_${TAR_VERSION}_linux_amd64.tar.gz +TAR_VERSION=v0.10.3 +echo "Downloading and installing helm-push ${TAR_VERSION} ..." +TAR_FILE=helm-push-${TAR_VERSION}.tar.gz HELM_PLUGINS=$(helm env HELM_PLUGINS) mkdir -p $HELM_PLUGINS/helm-push cd $HELM_PLUGINS/helm-push -wget https://nexus.o-ran-sc.org/service/local/repositories/images/content/$TAR_FILE +wget https://nexus.o-ran-sc.org/content/repositories/thirdparty/chartmuseum/helm-push/$TAR_VERSION/$TAR_FILE tar zxvf $TAR_FILE >/dev/null rm $TAR_FILE cd /tmp/