Skip to content

Commit 0751e3c

Browse files
author
Peng Zhou
committed
change the Kubernetes version to 1.31.13
1 parent 4182096 commit 0751e3c

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
@@ -12,7 +12,7 @@ export E2E_DOCKER_IMAGE ?= $(IMG)
1212
export E2E_KUSTOMIZE_VERSION ?= $(KUSTOMIZE_VERSION)
1313
export E2E_CONTROLLER_TOOLS_VERSION ?= $(CONTROLLER_TOOLS_VERSION)
1414
export E2E_MARKLOGIC_IMAGE_VERSION ?= progressofficial/marklogic-db:11.3.1-ubi-rootless-2.1.3
15-
export E2E_KUBERNETES_VERSION ?= v1.34.0
15+
export E2E_KUBERNETES_VERSION ?= v1.31.13
1616

1717
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
1818
ENVTEST_K8S_VERSION = 1.31.13

0 commit comments

Comments
 (0)