summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rwxr-xr-xshell/helm2-repo-init.sh3
1 files changed, 2 insertions, 1 deletions
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 ..