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

Commit 59791af

Browse files
authored
[meta] add support for k8s 1.22 (#1593) (#1598)
This commit add CI tests on GKE 1.22. Also update default K8S version to 1.21.6.
1 parent 24eab34 commit 59791af

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

helpers/matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ KUBERNETES_VERSION:
4141
- "1.19"
4242
- "1.20"
4343
- "1.21"
44+
- "1.22"

helpers/terraform/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM centos:7
22

33
ENV VAULT_VERSION 0.9.3
44
ENV TERRAFORM_VERSION=0.11.7
5-
ENV KUBECTL_VERSION=1.19.9
5+
ENV KUBECTL_VERSION=1.21.6
66
ENV HELM_VERSION=3.8.0
77
ENV DOCKER_VERSION=18.09.7
88
ENV JQ_VERSION=1.6

helpers/terraform/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GOOGLE_PROJECT := elastic-ci-prod
22
CLUSTER_NAME := helm-elasticsearch-test
3-
KUBERNETES_VERSION := 1.19
3+
KUBERNETES_VERSION := 1.21
44
CHART := elasticsearch
55
SUITE := default
66
NAMESPACE := helm-charts-testing

0 commit comments

Comments
 (0)