diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 14cbc46648..9d2d508e0c 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.11.1' - K8S_VERSION = 'v1.23.0' + KIND_VERSION = 'v0.14.0' + K8S_VERSION = 'v1.24.0' JOB_GCS_BUCKET = 'beats-ci-temp' JOB_GCS_BUCKET_INTERNAL = 'beats-ci-temp-internal'