diff --git a/helm.sh b/helm.sh index 3567d01..e20ee78 100755 --- a/helm.sh +++ b/helm.sh @@ -42,7 +42,7 @@ helm init --client-only >/dev/null # Remove local repo to increase reproducibility and remove errors helm repo list |grep -qc local && $BINARY repo remove local >/dev/null -helm plugin list | grep -qc tiller || $BINARY plugin install $(dirname $(rlocation __main__/external/helm_tiller/WORKSPACE)) +helm plugin list | grep -qc tiller || $BINARY plugin install https://github.com/rimusz/helm-tiller cd "${BUILD_WORKING_DIRECTORY:-}" helm $*