diff --git a/tools/helm_tk.sh b/tools/helm_tk.sh index d3c739e..e1d2bbb 100755 --- a/tools/helm_tk.sh +++ b/tools/helm_tk.sh @@ -32,7 +32,7 @@ function helm_serve { if [[ -d "$HOME/.helm" ]]; then echo ".helm directory found" else - ${HELM} init --client-only + ${HELM} init --client-only --skip-refresh fi if [[ -z $(curl -s 127.0.0.1:8879 | grep 'Helm Repository') ]]; then ${HELM} serve & > /dev/null