From f0cf28be4831635630e36f80ea0e53cb83bd8186 Mon Sep 17 00:00:00 2001 From: Gerard Hickey Date: Fri, 15 Apr 2022 12:19:11 -0700 Subject: [PATCH] Update CI testing to use Helm v3.3.1 The minumum supported Helm version is specified as v3.3.1 and this updates the CI pipeline to use Helm v3.3.1 for all the testing. Signed-off-by: Gerard Hickey Changelog: other --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e6ecf1675..e53cfa8c0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ image: registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-charts-build-ba variables: AUTO_DEPLOY_TAG_REGEX: '^[0-9]+\.[0-9]+\.[0-9]+\+[a-z0-9]{7,}$' KUBECTL_VERSION: "v1.16.15" - HELM_VERSION: "3.1.2" + HELM_VERSION: "3.3.1" STABLE_REPO_URL: "https://charts.helm.sh/stable" GOOGLE_APPLICATION_CREDENTIALS: ${CI_PROJECT_DIR}/.google_keyfile.json # AUTO_DEVOPS_DOMAIN is the application deployment domain and should be set as a variable at the group or project level. -- GitLab