File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
e2e :
129
129
strategy :
130
130
matrix :
131
- k8s-version : ["v1.31 .0"]
131
+ k8s-version : ["v1.32 .0"]
132
132
needs : ["build"]
133
133
runs-on : ubuntu-latest
134
134
steps :
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ stages:
4
4
- unit-tests
5
5
- build
6
6
- e2e-tests
7
- - e2e_k8s_28
8
- - e2e_k8s_29
9
7
- e2e_k8s_30
8
+ - e2e_k8s_31
9
+ - e2e_k8s_32
10
10
variables :
11
- KIND : v0.24 .0
11
+ KIND : v0.26 .0
12
12
DOCKER_HOST : tcp://docker:2375
13
13
DOCKER_DRIVER : overlay2
14
14
GO_VERSION : " 1.23"
@@ -205,27 +205,27 @@ docker-build:
205
205
rules :
206
206
- if : $CI_PIPELINE_SOURCE == "schedule"
207
207
allow_failure : true
208
- e2e_k8s_29 :
209
- stage : e2e_k8s_29
210
- needs : ["docker-build"]
211
- variables :
212
- K8S_VERSION : v1.29.8
213
- KUBEADM_VER : v1beta3
214
- KUBECTL : v1.29.8
215
- extends : .kind_deployment_schedules
216
208
e2e_k8s_30 :
217
209
stage : e2e_k8s_30
218
210
needs : ["docker-build"]
219
211
variables :
220
- K8S_VERSION : v1.30.4
212
+ K8S_VERSION : v1.30.8
221
213
KUBEADM_VER : v1beta3
222
214
KUBECTL : v1.30.4
223
215
extends : .kind_deployment_schedules
224
216
e2e_k8s_31 :
225
- stage : e2e_k8s_30
217
+ stage : e2e_k8s_31
218
+ needs : ["docker-build"]
219
+ variables :
220
+ K8S_VERSION : v1.31.4
221
+ KUBEADM_VER : v1beta3
222
+ KUBECTL : v1.31.0
223
+ extends : .kind_deployment_schedules
224
+ e2e_k8s_32 :
225
+ stage : e2e_k8s_32
226
226
needs : ["docker-build"]
227
227
variables :
228
- K8S_VERSION : v1.31 .0
228
+ K8S_VERSION : v1.32 .0
229
229
KUBEADM_VER : v1beta3
230
230
KUBECTL : v1.31.0
231
231
extends : .kind_deployment
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ networking:
6
6
kind : Cluster
7
7
nodes :
8
8
- role : control-plane
9
- image : kindest/node:v1.31 .0
9
+ image : kindest/node:v1.32 .0
10
10
extraPortMappings :
11
11
- hostPort : 30080
12
12
containerPort : 30080
You can’t perform that action at this time.
0 commit comments