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
path: root/lib
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-01-07 06:26:33 +0300
committerThong Kuah <tkuah@gitlab.com>2019-01-10 04:28:47 +0300
commit66b829c7a0f7db1c9c3b1770586e28e8f0f718dc (patch)
tree7ee2a7272b7e320f68f34f6cf3bba8981c14446d /lib
parent4a6c7661edae664a7f6366201d017e24d8f42026 (diff)
Bump kubectl in Auto DevOps to latest 1.11.6
Use the latest major version that will support the current clusters on GKE which is v1.10
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml2
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 e292641da2b..de4288fb532 100644
--- a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
@@ -49,7 +49,7 @@ variables:
POSTGRES_ENABLED: "true"
POSTGRES_DB: $CI_ENVIRONMENT_SLUG
- KUBERNETES_VERSION: 1.10.9
+ KUBERNETES_VERSION: 1.11.6
HELM_VERSION: 2.11.0
DOCKER_DRIVER: overlay2