From: Jessica Wagantall Date: Mon, 4 Jan 2021 17:16:17 +0000 (+0000) Subject: Merge "[OOM] Skip faulty install of helm2 stable repo" X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e7771d008951059c94440e64582ef464581ed714;hp=f4f78ae24e975e7eb9f5f884b5324f37d59a6b30;p=ci-management.git Merge "[OOM] Skip faulty install of helm2 stable repo" --- 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 ..