From 81bf30da3d32a0a32ff50f066ff9cff5a3decf9f Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Fri, 20 May 2022 15:37:11 -0700 Subject: [PATCH] Update helm and kubectl versions used for deploy and package - Helm 3.7 - kubectl 1.20 Spec tests still use their own specified versions --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3081b16ffb..7beac185e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ # `.buildpacks` that contains the URLs, one on each line, in order. # Note: Auto CI does not work with multiple buildpacks yet -image: registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-base-helm-3 +image: registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-base-helm-3.7 variables: AUTO_DEPLOY_TAG_REGEX: '^[0-9]+\.[0-9]+\.[0-9]+\+[a-z0-9]{7,}$' @@ -774,7 +774,7 @@ wait_for_dev_images: .publish_chart_package: # publish chart into repo's Packages stage: package - image: "registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-base-helm-3" + image: "registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-base-helm-3.7" variables: # **Required** variable to set channel to which chart will be published: # CHANNEL: "unstable" -- GitLab