Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[meta] Update default kubernetes version in makefile
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Crazybus committed Sep 18, 2019
1 parent 8502b6f commit adc17bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/terraform/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit adc17bc

Please sign in to comment.