Skip to content

Commit

Permalink
Upgrade k8s version to the latest one (#634)
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <[email protected]>
  • Loading branch information
ChrsMark authored Dec 22, 2021
1 parent c8941a1 commit 70aa90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pipeline {
AWS_ACCOUNT_SECRET = 'secret/observability-team/ci/elastic-observability-aws-account-auth'
HOME = "${env.WORKSPACE}"
KIND_VERSION = 'v0.11.1'
K8S_VERSION = 'v1.20.2'
K8S_VERSION = 'v1.23.0'
JOB_GCS_BUCKET = 'beats-ci-temp'
JOB_GCS_CREDENTIALS = 'beats-ci-gcs-plugin'
JOB_GCS_EXT_CREDENTIALS = 'beats-ci-gcs-plugin-file-credentials'
Expand Down

0 comments on commit 70aa90b

Please sign in to comment.