Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-03-25 12:25:50 +0300
committerThong Kuah <tkuah@gitlab.com>2019-04-01 13:38:40 +0300
commit3bc946ade3f5e35d50d91de71041da5c1c83d6ea (patch)
treef60e27da4a02ab09b855631fb08e54c939601c32 /lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
parent9e90ac1b6c612d008dc478c6a7ad5aa4307832fb (diff)
Bump Kubectl and Helm in Auto-DevOps.gitlab-ci.yml
Diffstat (limited to 'lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml')
-rw-r--r--lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
index 78872b3bbe3..f5458093fec 100644
--- a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
@@ -50,8 +50,8 @@ variables:
POSTGRES_DB: $CI_ENVIRONMENT_SLUG
POSTGRES_VERSION: 9.6.2
- KUBERNETES_VERSION: 1.11.7
- HELM_VERSION: 2.12.3
+ KUBERNETES_VERSION: 1.11.9
+ HELM_VERSION: 2.13.1
DOCKER_DRIVER: overlay2