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

Commit

Permalink
[meta] add support for k8s 1.22 (#1593)
Browse files Browse the repository at this point in the history
This commit add CI tests on GKE 1.22.
Also update default K8S version to 1.21.6.
  • Loading branch information
jmlrt authored Mar 2, 2022
1 parent d9cba9e commit d8f17d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions helpers/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ KUBERNETES_VERSION:
- "1.19"
- "1.20"
- "1.21"
- "1.22"
2 changes: 1 addition & 1 deletion helpers/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

ENV VAULT_VERSION 0.9.3
ENV TERRAFORM_VERSION=0.11.7
ENV KUBECTL_VERSION=1.19.9
ENV KUBECTL_VERSION=1.21.6
ENV HELM_VERSION=3.8.0
ENV DOCKER_VERSION=18.09.7
ENV JQ_VERSION=1.6
Expand Down
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.19
KUBERNETES_VERSION := 1.21
CHART := elasticsearch
SUITE := default
NAMESPACE := helm-charts-testing
Expand Down

0 comments on commit d8f17d2

Please sign in to comment.