Merge branch '53450-wrong-value-for-kubernetes_version-variable' into 'master'

Bump KUBERNETES_VERSION to latest 1.10 series

Closes #53450

See merge request gitlab-org/gitlab-ce!22757
This commit is contained in:
Kamil Trzciński 2018-11-05 09:49:04 +00:00
commit e083e28eac
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