File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 e2e :
131131 strategy :
132132 matrix :
133- k8s-version : ["v1.33.1 "]
133+ k8s-version : ["v1.34.0 "]
134134 needs : ["build"]
135135 runs-on : ubuntu-latest
136136 steps :
@@ -154,7 +154,7 @@ jobs:
154154 name : dev
155155 config : deploy/tests/kind-config.yaml
156156 image : kindest/node:${{ matrix.k8s-version }}
157- version : v0.29 .0
157+ version : v0.30 .0
158158 - name : Setup
159159 run : CI_ENV=github deploy/tests/create.sh
160160 - name : Run parallel e2e tests
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ stages:
1010 - e2e_k8s_sch_2
1111 - e2e_crd_versions
1212variables :
13- KIND : v0.29 .0
13+ KIND : v0.30 .0
1414 DOCKER_HOST : tcp://docker:2375
1515 DOCKER_DRIVER : overlay2
1616 GO_VERSION : " 1.24"
Original file line number Diff line number Diff line change 44 stage : e2e_k8s
55 needs : ["docker-build"]
66 variables :
7- K8S_VERSION : v1.33.1
7+ K8S_VERSION : v1.34.0
88 KUBEADM_VER : v1beta3
9- KUBECTL : v1.33.1
9+ KUBECTL : v1.34.0
1010 extends : .kind_deployment
1111 rules :
1212 - if : $CI_PIPELINE_SOURCE == 'merge_request_event'
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ e2e_crd_v1:
22 stage : e2e_crd_versions
33 needs : ["docker-build"]
44 variables :
5- K8S_VERSION : v1.33.1
5+ K8S_VERSION : v1.34.0
66 KUBEADM_VER : v1beta3
7- KUBECTL : v1.33.1
7+ KUBECTL : v1.34.0
88 CRD_VERSION : v1
99 extends : .kind_deployment_schedules
1010 rules :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ networking:
66kind : Cluster
77nodes :
88 - role : control-plane
9- image : kindest/node:v1.33.1
9+ image : kindest/node:v1.34.0
1010 extraPortMappings :
1111 - hostPort : 30080
1212 containerPort : 30080
You can’t perform that action at this time.
0 commit comments