Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-02-17 23:36:33 +0300
committerThong Kuah <tkuah@gitlab.com>2019-02-19 23:55:33 +0300
commit342707e9a3a36907913430855bc4e85393debb03 (patch)
treede609691b564950077e0e5cd9f7b0a6f9396f675 /lib/gitlab
parent2f3079fadf9a6bbc2323e9eb820d1d03ad4343f6 (diff)
Bump kubectl to 1.11.7
Bump kubectl in Auto DevOps to 1.11.7. Minor patch upgrade from 1.11.6.
Diffstat (limited to 'lib/gitlab')
-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 7184120b811..7c1182d4293 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.11.6
+ KUBERNETES_VERSION: 1.11.7
HELM_VERSION: 2.12.3
DOCKER_DRIVER: overlay2