From 9569d73e2f2b784dd8e236ab14f7433604bac3ef Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Fri, 1 Jan 2021 10:44:46 +0900 Subject: [PATCH] Bump helm versions in CI to deal with stable and incubator repositories change --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 723ef6fb..3031c756 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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}"