We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3d892 commit 7998aa0Copy full SHA for 7998aa0
Makefile
@@ -4,7 +4,7 @@ VERSION ?= 0.24.0
4
DOCKER_REPO := $(if $(DOCKER_REPO),$(DOCKER_REPO),streamnative)
5
OPERATOR_IMG ?= ${DOCKER_REPO}/function-mesh:v$(VERSION)
6
OPERATOR_IMG_LATEST ?= ${DOCKER_REPO}/function-mesh:latest
7
-ENVTEST_K8S_VERSION = 1.24.4
+ENVTEST_K8S_VERSION = 1.24.2
8
9
# IMAGE_TAG_BASE defines the docker.io namespace and part of the image name for remote images.
10
# This variable is used to construct full image tags for bundle and catalog images.
0 commit comments