Skip to content

Commit

Permalink
Adding support for v1.25.0 k8s (#1044)
Browse files Browse the repository at this point in the history
* Adding support for v1.25.0 k8s
  • Loading branch information
gizas authored Sep 6, 2022
1 parent 25411d2 commit ffc6c00
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 @@ -152,7 +152,7 @@ pipeline {
}
}
steps {
runK8s(k8sVersion: 'v1.23.0', kindVersion: 'v0.11.1', context: "K8s-${PLATFORM}")
runK8s(k8sVersion: 'v1.25.0-beta.0', kindVersion: 'v0.14.0', context: "K8s-${PLATFORM}")
}
}
stage('Package') {
Expand Down Expand Up @@ -224,7 +224,7 @@ pipeline {
axes {
axis {
name 'K8S_VERSION'
values "v1.24.0", "v1.23.6", "v1.22.9", "v1.21.12"
values "v1.25.0","v1.24.3", "v1.23.6", "v1.22.9"
}
}
stages {
Expand Down

0 comments on commit ffc6c00

Please sign in to comment.