From 55e1906df715623f173f670a225c2e063c8734d0 Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Tue, 21 May 2019 02:37:12 +0000 Subject: Bump Helm version in Auto-DevOps.gitlab-ci.yml See https://github.com/helm/helm/releases/tag/v2.14.0 for upstream changelog --- lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit v1.2.1