summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2018-11-01 21:58:45 +0000
committerThong Kuah <tkuah@gitlab.com>2018-11-01 21:58:45 +0000
commit03533d38e92be32dfc78c4bebd2131c8a8a21a35 (patch)
tree6dc1500441cc780f1f03fe4903e3a9fef148a67b
parenta80ee886e4b4a41ace5fb796bf920c4e395bf4dd (diff)
downloadgitlab-ce-tkuah-53450-wrong-value-for-kubernetes_version-variable-patch-35909.tar.gz
Bump KUBERNETES_VERSION to latest 1.10 seriestkuah-53450-wrong-value-for-kubernetes_version-variable-patch-35909
This allows us to use a kubectl binary that should be able to connect to Kubernetes clusters v1.9 and up.
-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 db48b187e5e..05eb11129d9 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.8.6
+ KUBERNETES_VERSION: 1.10.9
HELM_VERSION: 2.11.0
DOCKER_DRIVER: overlay2