From 22c0a1ef980c73629578437f3a8d8f858b5a635b Mon Sep 17 00:00:00 2001 From: Krunal Hingu Date: Thu, 16 Jan 2025 11:00:51 +0530 Subject: [PATCH] add kubernetes v1.29.13 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1bb5380..99a155f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.29.12 +K8S_VERSION?=v1.29.13 ARCH?=amd64 ALL_ARCH=amd64 arm64