Skip to content

Commit 947df5d

Browse files
authored
Merge pull request #567 from googs1025/e2e_kind_image
chore: Upgrade e2e local image
2 parents 11f7ae6 + 80cbee5 commit 947df5d

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)