diff --git a/Makefile.core.mk b/Makefile.core.mk index 1056dd504..3f5576fb0 100644 --- a/Makefile.core.mk +++ b/Makefile.core.mk @@ -117,7 +117,7 @@ KIND_IMAGE ?= ifeq ($(KIND_IMAGE),) ifeq ($(LOCAL_OS),Darwin) # If the OS is Darwin, set the image. - KIND_IMAGE := docker.io/kindest/node:v1.34.0 + KIND_IMAGE := docker.io/kindest/node:v1.34.2 endif # For other OS, KIND_IMAGE remains empty, which default to the upstream default image. endif @@ -568,7 +568,7 @@ MISSPELL ?= $(LOCALBIN)/misspell ## Tool Versions OPERATOR_SDK_VERSION ?= v1.42.0 -HELM_VERSION ?= v3.19.3 +HELM_VERSION ?= v3.19.4 CONTROLLER_TOOLS_VERSION ?= v0.19.0 CONTROLLER_RUNTIME_BRANCH ?= release-0.22 OPM_VERSION ?= v1.61.0