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:
parent
3cdf7c7ec1
commit
9f206e17f1
2 changed files with 6 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Bump KUBERNETES_VERSION for Auto DevOps to latest 1.10 series
|
||||
merge_request: 22757
|
||||
author:
|
||||
type: other
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue