From 0e63bb1313858f4bf8c2782414335ed096f303e3 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Tue, 17 Aug 2021 14:28:10 +0200 Subject: [PATCH] doing helm upgrade on later pipeline --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f12e8d1c..1829c08be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,13 +11,10 @@ variables: SAST_DISABLED: "true" TEST_DISABLED: "true" AUTO_DEVOPS_BUILD_IMAGE_FORWARDED_CI_VARIABLES: "AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,S3_HOST,S3_BUCKETNAME" - MIGRATE_HELM_2TO3: "true" # TODO: remove after migration to helm3 - AUTO_DEVOPS_FORCE_DEPLOY_V2: "1" # TODO: remove after migration to helm3 include: - template: Jobs/Build.gitlab-ci.yml - template: Jobs/Deploy.gitlab-ci.yml - - remote: https://gitlab.com/gitlab-org/gitlab/-/raw/master/lib/gitlab/ci/templates/Jobs/Helm-2to3.gitlab-ci.yml # TODO: remove after migration to helm3 .auto-deploy: image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v2.12.0" -- GitLab