diff --git a/tools/publish_helm_gcs.sh b/tools/publish_helm_gcs.sh index 3dd3a6508..2b50b04d1 100755 --- a/tools/publish_helm_gcs.sh +++ b/tools/publish_helm_gcs.sh @@ -50,7 +50,6 @@ setup_helm_client() { PATH="$(pwd)/tmp/linux-amd64/:$PATH" - helm init --client-only helm repo add incubator-orange "$INCUBATOR_REPO_URL" } @@ -103,4 +102,4 @@ log_error() { printf '\e[31mERROR: %s\n\e[39m' "$1" >&2 } -main \ No newline at end of file +main