Skip to content

Commit 7998aa0

Browse files
fix unittest
1 parent ad3d892 commit 7998aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VERSION ?= 0.24.0
44
DOCKER_REPO := $(if $(DOCKER_REPO),$(DOCKER_REPO),streamnative)
55
OPERATOR_IMG ?= ${DOCKER_REPO}/function-mesh:v$(VERSION)
66
OPERATOR_IMG_LATEST ?= ${DOCKER_REPO}/function-mesh:latest
7-
ENVTEST_K8S_VERSION = 1.24.4
7+
ENVTEST_K8S_VERSION = 1.24.2
88

99
# IMAGE_TAG_BASE defines the docker.io namespace and part of the image name for remote images.
1010
# This variable is used to construct full image tags for bundle and catalog images.

0 commit comments

Comments
 (0)