Skip to content

Commit 6d6622c

Browse files
authored
[Tests] Update K8s and Kind version (#3214)
1 parent 2e9a256 commit 6d6622c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/Jenkinsfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pipeline {
160160
}
161161
}
162162
steps {
163-
runK8s(k8sVersion: 'v1.26.0', kindVersion: 'v0.17.0', context: "K8s-${PLATFORM}")
163+
runK8s(k8sVersion: 'v1.27.3', kindVersion: 'v0.20.0', context: "K8s-${PLATFORM}")
164164
}
165165
}
166166
stage('Package') {
@@ -232,15 +232,15 @@ pipeline {
232232
axes {
233233
axis {
234234
name 'K8S_VERSION'
235-
values "v1.26.0","v1.25.0","v1.24.3", "v1.23.6"
235+
values "v1.27.3","v1.26.6","v1.25.11"
236236
}
237237
}
238238
stages {
239239
stage('K8s') {
240240
steps {
241241
deleteDir()
242242
unstashV2(name: 'source', bucket: "${JOB_GCS_BUCKET}", credentialsId: "${JOB_GCS_CREDENTIALS}")
243-
runK8s(k8sVersion: K8S_VERSION, kindVersion: 'v0.17.0', context: "K8s-${K8S_VERSION}")
243+
runK8s(k8sVersion: K8S_VERSION, kindVersion: 'v0.20.0', context: "K8s-${K8S_VERSION}")
244244
}
245245
post {
246246
always {

0 commit comments

Comments
 (0)