Skip to content

Commit 6fd7fd7

Browse files
committed
TEST/MINOR: increase kind version
1 parent f6685ce commit 6fd7fd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ stages:
88
- e2e_k8s_26
99
- e2e_k8s_27
1010
variables:
11-
KIND: v0.18.0
11+
KIND: v0.20.0
1212
DOCKER_HOST: tcp://docker:2375
1313
DOCKER_DRIVER: overlay2
1414
GO_VERSION: "1.20"
@@ -225,7 +225,7 @@ e2e_k8s_25:
225225
stage: e2e_k8s_25
226226
needs: ["docker-build"]
227227
variables:
228-
K8S_VERSION: v1.25.8
228+
K8S_VERSION: v1.25.11
229229
KUBEADM_VER: v1beta3
230230
KUBECTL: v1.26.3
231231
extends: .kind_deployment_schedules
@@ -235,13 +235,13 @@ e2e_k8s_26:
235235
variables:
236236
K8S_VERSION: v1.26.3
237237
KUBEADM_VER: v1beta3
238-
KUBECTL: v1.26.3
238+
KUBECTL: v1.26.6
239239
extends: .kind_deployment_schedules
240240
e2e_k8s_27:
241241
stage: e2e_k8s_27
242242
needs: ["docker-build"]
243243
variables:
244-
K8S_VERSION: v1.27.0
244+
K8S_VERSION: v1.27.3
245245
KUBEADM_VER: v1beta3
246246
KUBECTL: v1.27.0
247247
extends: .kind_deployment

0 commit comments

Comments
 (0)