Skip to content

Commit c97e217

Browse files
author
Krzysztof Malczuk
committed
Change the node version to 1.30
Run pre-commits
1 parent 97b1991 commit c97e217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ test-component: envtest ginkgo ## Run component tests.
396396
.PHONY: test-e2e
397397
test-e2e: manifests fmt vet ## Run e2e tests.
398398
CODEFLARE_TEST_OUTPUT_DIR=/tmp/ CLUSTER_HOSTNAME=kind CODEFLARE_TEST_TIMEOUT_MEDIUM=5m CODEFLARE_TEST_TIMEOUT_LONG=40m go test -v -skip "^Test.*Gpu$$" ./test/e2e -timeout=60m
399-
399+
400400
.PHONY: kind-e2e
401401
kind-e2e: ## Set up e2e KinD cluster
402402
test/e2e/kind.sh

test/e2e/kind.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kind: Cluster
2323
apiVersion: kind.x-k8s.io/v1alpha4
2424
nodes:
2525
- role: control-plane
26-
image: kindest/node:v1.25.3@sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
26+
image: kindest/node:v1.30@sha256:f52781bc0d7a19fb6c405c2af83abfeb311f130707a0e219175677e366cc45d1
2727
extraPortMappings:
2828
- containerPort: 80
2929
hostPort: 80

0 commit comments

Comments
 (0)