X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Fverify-ric-charts;h=fdeda1bf8d80c3b366090ece14d3a70fbc32b15e;hb=refs%2Fheads%2Fdawn;hp=e9630c4390bc58e36145a7847924ac3faef6c798;hpb=bbcea345ef81e46f2fbd01e81d8870a3f0ed9404;p=ric-plt%2Fric-dep.git diff --git a/bin/verify-ric-charts b/bin/verify-ric-charts index e9630c4..fdeda1b 100755 --- a/bin/verify-ric-charts +++ b/bin/verify-ric-charts @@ -28,7 +28,7 @@ echo "--> verify-ric-charts" if [[ "${1:-nope}" != "nope" ]]; then HELMVERSION=$1 else - HELMVERSION=2.12.3 + HELMVERSION=2.17.0 fi if [[ "${2:-nope}" != "nope" ]]; then OVERRIDEYAML=$2 @@ -40,7 +40,7 @@ HELM_COMMAND=helm if ! $($HELM_COMMAND > /dev/null);then echo "Download and install Helm" if [ ! -e helm-v${HELMVERSION}-linux-amd64.tar.gz ]; then - wget -nv https://storage.googleapis.com/kubernetes-helm/helm-v${HELMVERSION}-linux-amd64.tar.gz + wget -nv https://get.helm.sh/helm-v${HELMVERSION}-linux-amd64.tar.gz fi tar -xvf ./helm-v${HELMVERSION}-linux-amd64.tar.gz mv linux-amd64/helm ./