Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Update publish_helm_gcs.sh
Browse files Browse the repository at this point in the history
Remove helm init not good in helm v3
  • Loading branch information
fdehay authored Feb 5, 2021
1 parent 4ec6cab commit d2a7a87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/publish_helm_gcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down Expand Up @@ -103,4 +102,4 @@ log_error() {
printf '\e[31mERROR: %s\n\e[39m' "$1" >&2
}

main
main

0 comments on commit d2a7a87

Please sign in to comment.