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
This commit is contained in:
Thong Kuah 2019-01-07 16:26:33 +13:00
parent 4a6c7661ed
commit 66b829c7a0
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: Bump kubectl in Auto DevOps to 1.11.6
merge_request: 24176
author:
type: other

View File

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