From 2dd7eaa89a2c663a42d587c2791b1a6d00b2ae98 Mon Sep 17 00:00:00 2001 From: Fumigatus Date: Fri, 13 Dec 2024 17:34:43 +0300 Subject: [PATCH] makefile update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a33e261..ba726bd 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