summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-02-11 11:05:23 +1300
committerThong Kuah <tkuah@gitlab.com>2019-02-15 12:51:19 +1300
commitc8396d7e9dcce70235aeb66379b6c791c338962a (patch)
tree32fcb740d560240bc0d1144abb3a3dad9916b3c2
parente2a56bd1ae6af4166db108eca4455530d98f6aa8 (diff)
downloadgitlab-ce-helm-2.12.3.tar.gz
Bump Helm to 2.12.3helm-2.12.3
Minor bugfix release: https://github.com/helm/helm/releases/tag/v2.12.3
-rw-r--r--changelogs/unreleased/helm-2-12-3.yml5
-rw-r--r--lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml2
2 files changed, 6 insertions, 1 deletions
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 e369d26f22f..95fbcb53418 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