Fix/add use cases under SMO package
[it/dep.git] / smo-install / scripts / layer-0 / 0-setup-helm3.sh
index b8b8508..684a3a3 100755 (executable)
@@ -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/