Skip to content

Commit 048dc60

Browse files
committed
BUILD/MINOR: test: use k8s 1.34 for testing
1 parent c3dc27b commit 048dc60

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stages:
1010
- e2e_k8s_sch_2
1111
- e2e_crd_versions
1212
variables:
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"

.gitlab/e2e_k8s.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ e2e_k8s:
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'

.gitlab/e2e_k8s_crd_versions_scheduled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

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.33.1
9+
image: kindest/node:v1.34.0
1010
extraPortMappings:
1111
- hostPort: 30080
1212
containerPort: 30080

0 commit comments

Comments
 (0)