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

Commit

Permalink
[6.8] [meta] add tests for k8s 1.18 and remove 1.15 (#1141) (#1142)
Browse files Browse the repository at this point in the history
This commit remove tests on GKE 1.15 and add tests on GKE 1.18 following
new GKE version updates:

https://cloud.google.com/kubernetes-engine/docs/release-notes#April_06_2021
  • Loading branch information
jmlrt committed Apr 13, 2021
1 parent 347762f commit e0a4078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ APM_SERVER_SUITE:
- security
- upgrade
KUBERNETES_VERSION:
- "1.15"
- "1.16"
- "1.17"
- "1.18"
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.15
KUBERNETES_VERSION := 1.16
CHART := elasticsearch
SUITE := default
NAMESPACE := helm-charts-testing
Expand Down

0 comments on commit e0a4078

Please sign in to comment.