From 3157fd50deb605b92baffcb119ddda5ddd2bf278 Mon Sep 17 00:00:00 2001 From: Hordur Freyr Yngvason Date: Fri, 3 Jul 2020 21:54:54 -0400 Subject: [PATCH] Fix helm -> helm3 --- .gitlab/ci/test-helm-2to3.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/test-helm-2to3.gitlab-ci.yml b/.gitlab/ci/test-helm-2to3.gitlab-ci.yml index 66c5727..ddfda8b 100644 --- a/.gitlab/ci/test-helm-2to3.gitlab-ci.yml +++ b/.gitlab/ci/test-helm-2to3.gitlab-ci.yml @@ -52,7 +52,7 @@ test-helm-2to3: - helm3 2to3 convert --release-storage configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE" production-postgresql - helm2 list - helm3 list - - helm 2to3 cleanup --release-storage configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE" + - helm3 2to3 cleanup --release-storage configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE" - helm2 list - export AUTO_DEVOPS_HELM_MAJOR_VERSION=3 - auto-deploy download_chart -- GitLab