X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=shell%2Fhelm2-repo-init.sh;h=23bcdce02696184e8c25b8130124d69caeae7b32;hb=32235b96655f6b660591c2eda40d084504774e20;hp=fb2f81029f93256bd05e6b94debe23077d079b4a;hpb=9f938c6554808d9937e4a09b5426c5a655b79249;p=ci-management.git diff --git a/shell/helm2-repo-init.sh b/shell/helm2-repo-init.sh index fb2f81029..23bcdce02 100755 --- a/shell/helm2-repo-init.sh +++ b/shell/helm2-repo-init.sh @@ -3,7 +3,8 @@ set -e -o pipefail # client only init, tiller will not be installed -helm init --client-only +helm init --client-only --skip-refresh +helm repo rm stable cd kubernetes/ || exit make repo cd ..