From 7845cccd23ef7e0577e4cb394dcf0b1084b91ea1 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Tue, 14 Sep 2021 05:19:53 +0900 Subject: [PATCH] Stop integration test for Helm 2.17.0 (#1961) It turned out the Helm 2.17.0 binary is nowhere now. I considered a bit about checking for a newer Helm 2.x releases as an alternative but I resisted as it is almost a year since EoL of Helm 2. Thanks Helm 2. Long live Helm 3! --- .circleci/config.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index da25a066..0760b4f6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -93,12 +93,7 @@ jobs: cp ~/build/helmfile ~/project/helmfile cp ~/build/diff-yamls ~/project/diff-yamls cp ~/build/yamldiff ~/project/yamldiff - if [[ "<< parameters.helm-version >>" == v3* ]] - then - make -C .circleci helm - else - make -C .circleci helm2 - fi + make -C .circleci helm make -C .circleci vault make -C .circleci sops make -C .circleci kustomize @@ -150,7 +145,7 @@ workflows: - build matrix: parameters: - helm-version: ["v2.17.0", "v3.4.2", "v3.5.4", "v3.6.3"] + helm-version: ["v3.4.2", "v3.5.4", "v3.6.3"] - release: filters: branches: