Add a newer version of Helm for the charts base images.

And stop building Helm 2
This commit is contained in:
DJ Mountney 2022-05-06 15:24:22 -07:00
parent 3ef3959519
commit f54a69a36c
No known key found for this signature in database
GPG key ID: F07F8D51346CF0B6
2 changed files with 54 additions and 10 deletions

View file

@ -19,14 +19,20 @@
alpine-helm test:
extends: .test_build
# Used by charts CI
# - https://gitlab.com/gitlab-org/charts/elastic-stack/-/blob/master/.gitlab-ci.yml
# - https://gitlab.com/gitlab-org/charts/gitlab/-/blob/master/.gitlab-ci.yml
# - https://gitlab.com/gitlab-org/charts/gitlab-runner/-/blob/main/.gitlab-ci.yml
# - https://gitlab.com/charts/charts.gitlab.io/-/blob/master/.gitlab-ci.yml
gitlab-charts-build-base-helm-3 test:
extends: .test_build
gitlab-charts-build-base-helm-3.7 test:
extends: .test_build
danger test:
extends: .test_build
danger-ruby-2.6.6 test:
extends: .test_build
gitlab-charts-build-base test:
extends: .test_build
gitlab-charts-build-base-helm-3 test:
extends: .test_build
gitlab-helm3.5-kubectl1.17 test:
extends: .test_build
gitlab-qa-ruby-2.7 test:
@ -107,18 +113,24 @@ alpine-helm push:
extends: .build_and_deploy
needs: ["alpine-helm test"]
# Used by charts CI
# - https://gitlab.com/gitlab-org/charts/elastic-stack/-/blob/master/.gitlab-ci.yml
# - https://gitlab.com/gitlab-org/charts/gitlab/-/blob/master/.gitlab-ci.yml
# - https://gitlab.com/gitlab-org/charts/gitlab-runner/-/blob/main/.gitlab-ci.yml
# - https://gitlab.com/charts/charts.gitlab.io/-/blob/master/.gitlab-ci.yml
gitlab-charts-build-base-helm-3 push:
extends: .build_and_deploy
needs: ["gitlab-charts-build-base-helm-3 test"]
gitlab-charts-build-base-helm-3.7 push:
extends: .build_and_deploy
needs: ["gitlab-charts-build-base-helm-3.7 test"]
danger push:
extends: .build_and_deploy
needs: ["danger test"]
danger-ruby-2.6.6 push:
extends: .build_and_deploy
needs: ["danger-ruby-2.6.6 test"]
gitlab-charts-build-base push:
extends: .build_and_deploy
needs: ["gitlab-charts-build-base test"]
gitlab-charts-build-base-helm-3 push:
extends: .build_and_deploy
needs: ["gitlab-charts-build-base-helm-3 test"]
gitlab-helm3.5-kubectl1.17 push:
extends: .build_and_deploy
needs: ["gitlab-helm3.5-kubectl1.17 test"]