diff --git a/changelogs/unreleased/kube_helm_auto_devops_213.yml b/changelogs/unreleased/kube_helm_auto_devops_213.yml new file mode 100644 index 0000000000000000000000000000000000000000..3c718d4a22c13d551a5141d90e72898a8273725b --- /dev/null +++ b/changelogs/unreleased/kube_helm_auto_devops_213.yml @@ -0,0 +1,5 @@ +--- +title: Bump kubectl to 1.11.9 and Helm to 2.13.1 in Auto-DevOps.gitlab-ci.yml +merge_request: 26534 +author: +type: other diff --git a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml index 3116f1a136bdb1d5884f3ee14158b1579a107549..d4c70d4b9dacbbb969eff1aa5c511264d660d757 100644 --- a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml @@ -50,8 +50,8 @@ variables: POSTGRES_DB: $CI_ENVIRONMENT_SLUG POSTGRES_VERSION: 9.6.2 - KUBERNETES_VERSION: 1.11.7 - HELM_VERSION: 2.12.3 + KUBERNETES_VERSION: 1.11.9 + HELM_VERSION: 2.13.1 DOCKER_DRIVER: overlay2