Bump KUBERNETES_VERSION to latest 1.10 series

This allows us to use a kubectl binary that should be able to
connect to Kubernetes clusters v1.9 and up.
This commit is contained in:
Thong Kuah 2018-11-01 21:58:45 +00:00
parent 3cdf7c7ec1
commit 9f206e17f1
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: Bump KUBERNETES_VERSION for Auto DevOps to latest 1.10 series
merge_request: 22757
author:
type: other

View File

@ -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