Skip to content

Commit d55bc16

Browse files
committed
TEST/MEDIUM: use k8s 1.30 as main version
1 parent c3cd22c commit d55bc16

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
e2e:
129129
strategy:
130130
matrix:
131-
k8s-version: ['v1.29.1']
131+
k8s-version: ['v1.30.0']
132132
needs: ["build"]
133133
runs-on: ubuntu-latest
134134
steps:
@@ -152,7 +152,7 @@ jobs:
152152
name: dev
153153
config: deploy/tests/kind-config.yaml
154154
image: kindest/node:${{ matrix.k8s-version }}
155-
version: v0.21.0
155+
version: v0.23.0
156156
- name: Setup
157157
run: CI_ENV=github deploy/tests/create.sh
158158
- name: Run parallel e2e tests

.gitlab-ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ stages:
44
- unit-tests
55
- build
66
- e2e-tests
7-
- e2e_k8s_27
87
- e2e_k8s_28
98
- e2e_k8s_29
9+
- e2e_k8s_30
1010
variables:
11-
KIND: v0.21.0
11+
KIND: v0.23.0
1212
DOCKER_HOST: tcp://docker:2375
1313
DOCKER_DRIVER: overlay2
1414
GO_VERSION: "1.22"
15-
DOCKER_VERSION: "24.0.6"
15+
DOCKER_VERSION: "26.0"
1616
diff:
1717
stage: diff
1818
rules:
@@ -205,14 +205,6 @@ docker-build:
205205
rules:
206206
- if: $CI_PIPELINE_SOURCE == "schedule"
207207
allow_failure: true
208-
e2e_k8s_27:
209-
stage: e2e_k8s_27
210-
needs: ["docker-build"]
211-
variables:
212-
K8S_VERSION: v1.27.10
213-
KUBEADM_VER: v1beta3
214-
KUBECTL: v1.27.0
215-
extends: .kind_deployment_schedules
216208
e2e_k8s_28:
217209
stage: e2e_k8s_28
218210
needs: ["docker-build"]
@@ -228,4 +220,12 @@ e2e_k8s_29:
228220
K8S_VERSION: v1.29.1
229221
KUBEADM_VER: v1beta3
230222
KUBECTL: v1.29.0
223+
extends: .kind_deployment_schedules
224+
e2e_k8s_30:
225+
stage: e2e_k8s_30
226+
needs: ["docker-build"]
227+
variables:
228+
K8S_VERSION: v1.30.0
229+
KUBEADM_VER: v1beta3
230+
KUBECTL: v1.30.0
231231
extends: .kind_deployment

deploy/tests/kind-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ networking:
66
kind: Cluster
77
nodes:
88
- role: control-plane
9-
image: kindest/node:v1.29.1
9+
image: kindest/node:v1.30.0
1010
extraPortMappings:
1111
- hostPort: 30080
1212
containerPort: 30080

0 commit comments

Comments
 (0)