From a8761acd28dabcd05018d4f12eba6c284437b438 Mon Sep 17 00:00:00 2001 From: Binbin Li Date: Tue, 15 Oct 2024 23:09:46 +0800 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 907b3e957..41e94361c 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ LDFLAGS += -X $(GO_PKG)/internal/version.GitTreeState=$(GIT_TREE_STATE) LDFLAGS += -X $(GO_PKG)/internal/version.GitTag=$(GIT_TAG) KIND_VERSION ?= 0.22.0 -KUBERNETES_VERSION ?= 1.30.0 -KIND_KUBERNETES_VERSION ?= 1.30.0 +KUBERNETES_VERSION ?= 1.30.5 +KIND_KUBERNETES_VERSION ?= 1.30.5 GATEKEEPER_VERSION ?= 3.17.0 DAPR_VERSION ?= 1.12.5 COSIGN_VERSION ?= 2.2.3