Skip to content

Commit

Permalink
Add support for 1.26 K8s version. Update kind version. (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
constanca-m authored Jan 17, 2023
1 parent 9afbb4c commit 74bc706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 74bc706

Please sign in to comment.