Skip to content

Commit

Permalink
TEST/MINOR: increase kind version
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Jul 26, 2023
1 parent f6685ce commit 6fd7fd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stages:
- e2e_k8s_26
- e2e_k8s_27
variables:
KIND: v0.18.0
KIND: v0.20.0
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
GO_VERSION: "1.20"
Expand Down Expand Up @@ -225,7 +225,7 @@ e2e_k8s_25:
stage: e2e_k8s_25
needs: ["docker-build"]
variables:
K8S_VERSION: v1.25.8
K8S_VERSION: v1.25.11
KUBEADM_VER: v1beta3
KUBECTL: v1.26.3
extends: .kind_deployment_schedules
Expand All @@ -235,13 +235,13 @@ e2e_k8s_26:
variables:
K8S_VERSION: v1.26.3
KUBEADM_VER: v1beta3
KUBECTL: v1.26.3
KUBECTL: v1.26.6
extends: .kind_deployment_schedules
e2e_k8s_27:
stage: e2e_k8s_27
needs: ["docker-build"]
variables:
K8S_VERSION: v1.27.0
K8S_VERSION: v1.27.3
KUBEADM_VER: v1beta3
KUBECTL: v1.27.0
extends: .kind_deployment

0 comments on commit 6fd7fd7

Please sign in to comment.