From 102785d156fd6e94889096187ef42087d53c678b Mon Sep 17 00:00:00 2001 From: Chirayu Kapoor Date: Tue, 22 Oct 2024 12:42:59 +0530 Subject: [PATCH] Bump k8s to Oct patch v1.28.15 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62bacc2..bcd5694 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.28.14 +K8S_VERSION?=v1.28.15 ARCH?=amd64 ALL_ARCH=amd64 arm64