From 286a6b51c359f319e14956339964e51430c6b32f Mon Sep 17 00:00:00 2001 From: Chirayu Kapoor Date: Tue, 22 Oct 2024 12:15:36 +0530 Subject: [PATCH] Bump k8s to Oct patch v1.29.10 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 765b136..11c7277 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.29.9 +K8S_VERSION?=v1.29.10 ARCH?=amd64 ALL_ARCH=amd64 arm64