diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-02-11 11:05:23 +1300 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-02-20 09:55:33 +1300 |
commit | 2f3079fadf9a6bbc2323e9eb820d1d03ad4343f6 (patch) | |
tree | 1d5e74ef2e43cbf86d004836a1aff294b7180ef7 | |
parent | b570f53d17f5bc0e72fef9a122b7fe5645db0ea9 (diff) | |
download | gitlab-ce-2f3079fadf9a6bbc2323e9eb820d1d03ad4343f6.tar.gz |
Bump Helm to 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.yml | 5 | ||||
-rw-r--r-- | lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml | 2 |
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 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 |