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!
This commit is contained in:
Yusuke Kuoka 2021-09-14 05:19:53 +09:00 committed by GitHub
parent e1cabc82e3
commit 7845cccd23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 7 deletions

View File

@ -93,12 +93,7 @@ jobs:
cp ~/build/helmfile ~/project/helmfile cp ~/build/helmfile ~/project/helmfile
cp ~/build/diff-yamls ~/project/diff-yamls cp ~/build/diff-yamls ~/project/diff-yamls
cp ~/build/yamldiff ~/project/yamldiff cp ~/build/yamldiff ~/project/yamldiff
if [[ "<< parameters.helm-version >>" == v3* ]] make -C .circleci helm
then
make -C .circleci helm
else
make -C .circleci helm2
fi
make -C .circleci vault make -C .circleci vault
make -C .circleci sops make -C .circleci sops
make -C .circleci kustomize make -C .circleci kustomize
@ -150,7 +145,7 @@ workflows:
- build - build
matrix: matrix:
parameters: 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: - release:
filters: filters:
branches: branches: