From adc17bca05906e4c3de10ffa9f32f47058b40322 Mon Sep 17 00:00:00 2001 From: Michael Russell Date: Wed, 18 Sep 2019 15:07:03 +0200 Subject: [PATCH] [meta] Update default kubernetes version in makefile Addresses comments from #287. This version is only used when someone is testing out the terraform automation locally but still useful to keep updated to a known working version. --- helpers/terraform/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/terraform/Makefile b/helpers/terraform/Makefile index 583d2f58c..a302536de 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.9.7-gke.6 +KUBERNETES_VERSION := 1.14 CHART := elasticsearch SUITE := default NAMESPACE := helm-charts-testing