diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-01-07 16:26:33 +1300 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-01-10 14:28:47 +1300 |
commit | 66b829c7a0f7db1c9c3b1770586e28e8f0f718dc (patch) | |
tree | 7ee2a7272b7e320f68f34f6cf3bba8981c14446d /lib | |
parent | 4a6c7661edae664a7f6366201d017e24d8f42026 (diff) | |
download | gitlab-ce-66b829c7a0f7db1c9c3b1770586e28e8f0f718dc.tar.gz |
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.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 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 |