Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorwalkafwalka <aaron.walker@goldenhippo.com>2019-01-04 21:50:52 +0300
committerwalkafwalka <aaron.walker@goldenhippo.com>2019-01-04 21:50:52 +0300
commitf650f9a4b214ae9e36efdc65d05d26a01f8dbbb9 (patch)
tree6362dff3e741f3aa171f524d3a45a2c5f27e9f3b /lib
parent2ab68a2341ba0925e434dd0270ef2b0e9934be4e (diff)
Added feature to specify a custom Auto DevOps chart repository
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
index b5350f56f9c..e292641da2b 100644
--- a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
@@ -793,7 +793,7 @@ rollout 100%:
fi
helm init --client-only
- helm repo add gitlab https://charts.gitlab.io
+ helm repo add gitlab ${AUTO_DEVOPS_CHART_REPOSITORY:-https://charts.gitlab.io}
if [[ ! -d "$auto_chart" ]]; then
helm fetch ${auto_chart} --untar
fi