From 2f3079fadf9a6bbc2323e9eb820d1d03ad4343f6 Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Mon, 11 Feb 2019 11:05:23 +1300 Subject: Bump Helm to 2.12.3 Minor bugfix release: https://github.com/helm/helm/releases/tag/v2.12.3 --- changelogs/unreleased/helm-2-12-3.yml | 5 +++++ lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/helm-2-12-3.yml diff --git a/changelogs/unreleased/helm-2-12-3.yml b/changelogs/unreleased/helm-2-12-3.yml new file mode 100644 index 00000000000..4e944ccfadc --- /dev/null +++ b/changelogs/unreleased/helm-2-12-3.yml @@ -0,0 +1,5 @@ +--- +title: Bump Helm in Auto DevOps to 2.12.3 +merge_request: 25072 +author: +type: other diff --git a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml index 8ecd522573e..7184120b811 100644 --- a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml @@ -50,7 +50,7 @@ variables: POSTGRES_DB: $CI_ENVIRONMENT_SLUG KUBERNETES_VERSION: 1.11.6 - HELM_VERSION: 2.12.2 + HELM_VERSION: 2.12.3 DOCKER_DRIVER: overlay2 -- cgit v1.2.1