diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-05-21 02:37:12 +0000 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-06-04 14:54:57 +1200 |
commit | 55e1906df715623f173f670a225c2e063c8734d0 (patch) | |
tree | cddd69f0dc8fb5f9fa98829474cf83695c5e8716 /lib | |
parent | 98e1f7d5da8c429e3b8747825e2507bfe464e92c (diff) | |
download | gitlab-ce-55e1906df715623f173f670a225c2e063c8734d0.tar.gz |
Bump Helm version in Auto-DevOps.gitlab-ci.ymlbump-auto-devops-helm-2-14-0
See https://github.com/helm/helm/releases/tag/v2.14.0
for upstream changelog
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml index 87cd62ef2d4..32ab216dd55 100644 --- a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml @@ -51,7 +51,7 @@ variables: POSTGRES_VERSION: 9.6.2 KUBERNETES_VERSION: 1.11.10 - HELM_VERSION: 2.13.1 + HELM_VERSION: 2.14.0 DOCKER_DRIVER: overlay2 @@ -89,4 +89,4 @@ include: dast: except: refs: - - master
\ No newline at end of file + - master |