Skip to content

Commit

Permalink
Update download address of helm (#4236)
Browse files Browse the repository at this point in the history
  • Loading branch information
KanShiori authored Oct 21, 2021
1 parent 467d475 commit 9228811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release_tidb_operator_binary_and_image.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def call(BUILD_BRANCH, RELEASE_TAG, CREDENTIALS_ID, CHART_ITEMS) {
done
# Generate index.yaml for helm repo if the version is not "latest" (not a valid semantic version)
if [ "${RELEASE_TAG}" != "latest" ]; then
wget https://storage.googleapis.com/kubernetes-helm/helm-v2.14.1-linux-amd64.tar.gz
wget https://get.helm.sh/helm-v2.14.1-linux-amd64.tar.gz
tar -zxvf helm-v2.14.1-linux-amd64.tar.gz
mv linux-amd64/helm /usr/local/bin/helm
chmod +x /usr/local/bin/helm
Expand Down

0 comments on commit 9228811

Please sign in to comment.