From a29bea0c9a1a254e905fbd2cbda6b67492e24893 Mon Sep 17 00:00:00 2001 From: Fumigatus Date: Fri, 13 Dec 2024 17:32:56 +0300 Subject: [PATCH] makefile update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2aee74f..dd4cb86 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ GO_SUBDIRS += cmd internal apis # Setup Kubernetes tools KIND_VERSION = v0.15.0 -UP_VERSION = v0.18.0 +UP_VERSION = v0.28.0 UP_CHANNEL = stable UPTEST_VERSION = v0.5.0 -include build/makelib/k8s_tools.mk