We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afbb4c commit 74bc706Copy full SHA for 74bc706
.ci/Jenkinsfile
@@ -15,8 +15,8 @@ pipeline {
15
PIPELINE_LOG_LEVEL='INFO'
16
AWS_ACCOUNT_SECRET = 'secret/observability-team/ci/elastic-observability-aws-account-auth'
17
HOME = "${env.WORKSPACE}"
18
- KIND_VERSION = 'v0.14.0'
19
- K8S_VERSION = 'v1.25.0'
+ KIND_VERSION = 'v0.17.0'
+ K8S_VERSION = 'v1.26.0'
20
JOB_GCS_BUCKET = 'fleet-ci-temp'
21
JOB_GCS_BUCKET_INTERNAL = 'fleet-ci-temp-internal'
22
JOB_GCS_CREDENTIALS = 'fleet-ci-gcs-plugin'
0 commit comments