[OOM] Skip faulty install of helm2 stable repo
[ci-management.git] / shell / helm2-repo-init.sh
index fb2f810..23bcdce 100755 (executable)
@@ -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 ..