Update charts-build-base image to Helm 3

Updates charts-build-base image to use Helm 3.4.0. This is expected to
be compatible with the existing version of kubectl in use (1.16.4) given
the version skew docs: https://helm.sh/docs/topics/version_skew

Related to https://gitlab.com/gitlab-org/charts/gitlab/-/issues/2350
This commit is contained in:
Mitchell Nielsen 2020-12-15 21:36:13 +00:00 committed by DJ Mountney
parent 79176e9341
commit 2942b51461
2 changed files with 31 additions and 0 deletions

View file

@ -101,6 +101,7 @@ alpine-aws test: *test_build
alpine-helm test: *test_build
ruby-alpine-aws test: *test_build
gitlab-charts-build-base test: *test_build
gitlab-charts-build-base-helm-3 test: *test_build
gitlab-helm3-kubectl1.14 test: *test_build
gitlab-qa-ruby-2.6 test: *test_build
gitlab-qa-ruby-2.7 test: *test_build
@ -181,6 +182,7 @@ alpine-aws: *build_and_deploy
alpine-helm: *build_and_deploy
ruby-alpine-aws: *build_and_deploy
gitlab-charts-build-base: *build_and_deploy
gitlab-charts-build-base-helm-3: *build_and_deploy
gitlab-helm3-kubectl1.14: *build_and_deploy
gitlab-qa-ruby-2.6: *build_and_deploy
gitlab-qa-ruby-2.7: *build_and_deploy