diff --git a/helpers/matrix.yml b/helpers/matrix.yml index 1ad12e192..e83f64623 100644 --- a/helpers/matrix.yml +++ b/helpers/matrix.yml @@ -33,6 +33,6 @@ LOGSTASH_SUITE: - elasticsearch - 6.x KUBERNETES_VERSION: - - '1.12' - '1.13' - '1.14' + - '1.15' diff --git a/helpers/terraform/Dockerfile b/helpers/terraform/Dockerfile index 67c284823..8f6b429a4 100644 --- a/helpers/terraform/Dockerfile +++ b/helpers/terraform/Dockerfile @@ -2,7 +2,7 @@ FROM centos:7 ENV VAULT_VERSION 0.9.3 ENV TERRAFORM_VERSION=0.11.7 -ENV KUBECTL_VERSION=1.14.1 +ENV KUBECTL_VERSION=1.15.4 ENV HELM_VERSION=2.16.1 ENV DOCKER_VERSION=18.09.7 diff --git a/helpers/terraform/Makefile b/helpers/terraform/Makefile index a302536de..90ee1f5a1 100644 --- a/helpers/terraform/Makefile +++ b/helpers/terraform/Makefile @@ -1,6 +1,6 @@ GOOGLE_PROJECT := elastic-ci-prod CLUSTER_NAME := helm-elasticsearch-test -KUBERNETES_VERSION := 1.14 +KUBERNETES_VERSION := 1.15 CHART := elasticsearch SUITE := default NAMESPACE := helm-charts-testing