X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Fverify-ric-charts;h=fdeda1bf8d80c3b366090ece14d3a70fbc32b15e;hb=0ce57200fddb0fb037d1d351df5927e455be3bc7;hp=696e447c24a1300f752be4b684ae52aa5bf70491;hpb=5a41222d270f0066339c14178dd05b883bc4677b;p=ric-plt%2Fric-dep.git diff --git a/bin/verify-ric-charts b/bin/verify-ric-charts index 696e447..fdeda1b 100755 --- a/bin/verify-ric-charts +++ b/bin/verify-ric-charts @@ -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 ./