summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwalkafwalka <2865898-walkafwalka@users.noreply.gitlab.com>2019-03-10 17:06:09 -0700
committerwalkafwalka <2865898-walkafwalka@users.noreply.gitlab.com>2019-03-11 00:30:46 -0700
commita9b4c7c4a325ee8718b27937ff3d92759674454a (patch)
treed0108efb529b5f8527d5294afab139d7862ba3be
parenteb58b75ea174f092a4c37fe8160b0f56d5a497fa (diff)
downloadgitlab-ce-walkafwalka/gitlab-ce-helm-upgrade-force-install.tar.gz
-rw-r--r--lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
index 393bea8a750..5e8d8317e82 100644
--- a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
@@ -680,6 +680,8 @@ rollout 100%:
additional_hosts="{$ADDITIONAL_HOSTS}"
fi
+ # Temporary fix for `no RESOURCE with the name NAME found` after trying to deploy after a failed install
+ # Waiting for upstream Helm fix (see https://github.com/helm/helm/pull/4871) or Helm 3.x release
if has_no_deployed_releases; then
HELM_PARAMS=" --force"
fi