Bump helm versions in CI to deal with stable and incubator repositories change
This commit is contained in:
parent
dd5bc46ead
commit
9569d73e2f
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Install helm
|
name: Install helm
|
||||||
environment:
|
environment:
|
||||||
HELM_VERSION: v2.16.12
|
HELM_VERSION: v2.17.0
|
||||||
command: |
|
command: |
|
||||||
HELM_FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"
|
HELM_FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"
|
||||||
curl -Lo ${HELM_FILENAME} "https://kubernetes-helm.storage.googleapis.com/${HELM_FILENAME}"
|
curl -Lo ${HELM_FILENAME} "https://kubernetes-helm.storage.googleapis.com/${HELM_FILENAME}"
|
||||||
|
|
@ -153,7 +153,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Install helm
|
name: Install helm
|
||||||
environment:
|
environment:
|
||||||
HELM_VERSION: v3.3.3
|
HELM_VERSION: v3.4.2
|
||||||
command: |
|
command: |
|
||||||
HELM_FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"
|
HELM_FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"
|
||||||
curl -Lo ${HELM_FILENAME} "https://get.helm.sh/${HELM_FILENAME}"
|
curl -Lo ${HELM_FILENAME} "https://get.helm.sh/${HELM_FILENAME}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue