Bump helm versions in CI to deal with stable and incubator repositories change

This commit is contained in:
Yusuke Kuoka 2021-01-01 10:44:46 +09:00
parent dd5bc46ead
commit 9569d73e2f
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ jobs:
- run:
name: Install helm
environment:
HELM_VERSION: v2.16.12
HELM_VERSION: v2.17.0
command: |
HELM_FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"
curl -Lo ${HELM_FILENAME} "https://kubernetes-helm.storage.googleapis.com/${HELM_FILENAME}"
@ -153,7 +153,7 @@ jobs:
- run:
name: Install helm
environment:
HELM_VERSION: v3.3.3
HELM_VERSION: v3.4.2
command: |
HELM_FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"
curl -Lo ${HELM_FILENAME} "https://get.helm.sh/${HELM_FILENAME}"