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 /lib | |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |