Skip to content

Commit 80cbee5

Browse files
committed
fix: Upgrade e2e local image
1 parent 7752a36 commit 80cbee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ INTEGRATION_TARGET ?= ./test/integration/...
4949
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
5050

5151
E2E_TARGET ?= ./test/e2e/...
52-
E2E_KIND_VERSION ?= kindest/node:v1.25.1
52+
E2E_KIND_VERSION ?= kindest/node:v1.29.1
5353
USE_EXISTING_CLUSTER ?= false
5454

5555
# For local testing, we should allow user to use different kind cluster name

0 commit comments

Comments
 (0)