From 74bc7061097d3cab12506b78674e1bcd5ed39d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constan=C3=A7a=20Manteigas?= <113898685+constanca-m@users.noreply.github.com> Date: Tue, 17 Jan 2023 14:46:06 +0100 Subject: [PATCH] Add support for 1.26 K8s version. Update kind version. (#1094) --- .ci/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 278b4f8b7..b8d00bc13 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -15,8 +15,8 @@ pipeline { PIPELINE_LOG_LEVEL='INFO' AWS_ACCOUNT_SECRET = 'secret/observability-team/ci/elastic-observability-aws-account-auth' HOME = "${env.WORKSPACE}" - KIND_VERSION = 'v0.14.0' - K8S_VERSION = 'v1.25.0' + KIND_VERSION = 'v0.17.0' + K8S_VERSION = 'v1.26.0' JOB_GCS_BUCKET = 'fleet-ci-temp' JOB_GCS_BUCKET_INTERNAL = 'fleet-ci-temp-internal' JOB_GCS_CREDENTIALS = 'fleet-ci-gcs-plugin'