Skip to content

Commit 74bc706

Browse files
authored
Add support for 1.26 K8s version. Update kind version. (#1094)
1 parent 9afbb4c commit 74bc706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ pipeline {
1515
PIPELINE_LOG_LEVEL='INFO'
1616
AWS_ACCOUNT_SECRET = 'secret/observability-team/ci/elastic-observability-aws-account-auth'
1717
HOME = "${env.WORKSPACE}"
18-
KIND_VERSION = 'v0.14.0'
19-
K8S_VERSION = 'v1.25.0'
18+
KIND_VERSION = 'v0.17.0'
19+
K8S_VERSION = 'v1.26.0'
2020
JOB_GCS_BUCKET = 'fleet-ci-temp'
2121
JOB_GCS_BUCKET_INTERNAL = 'fleet-ci-temp-internal'
2222
JOB_GCS_CREDENTIALS = 'fleet-ci-gcs-plugin'

0 commit comments

Comments
 (0)