Skip to content

Commit cb1e102

Browse files
committed
Bump k8s version in tests
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
1 parent 4d314e8 commit cb1e102

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
# Kubernetes versions for e2e tests on Kind cluster.
20-
kubernetes-version: ["1.31.0", "1.32.3", "1.33.1", "1.34.0"]
20+
kubernetes-version: ["1.32.3", "1.33.1", "1.34.0", "1.35.0"]
2121

2222
steps:
2323
- name: Check out code

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TRAINER_CHART_DIR := $(PROJECT_DIR)/charts/kubeflow-trainer
1818
LOCALBIN ?= $(PROJECT_DIR)/bin
1919

2020
# Tool versions
21-
K8S_VERSION ?= 1.34.0
21+
K8S_VERSION ?= 1.35.0
2222
GINKGO_VERSION ?= $(shell go list -m -f '{{.Version}}' github.com/onsi/ginkgo/v2)
2323
ENVTEST_VERSION ?= release-0.22
2424
CONTROLLER_GEN_VERSION ?= v0.18.0

0 commit comments

Comments
 (0)