From 5ef0fe97f143027bf775a551d4b87ef31aa968ac Mon Sep 17 00:00:00 2001 From: Krunal Hingu Date: Fri, 24 May 2024 10:43:26 +0530 Subject: [PATCH] Bump k8s to v1.29.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b0f8cc..c49c254 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.29.3 +K8S_VERSION?=v1.29.5 ARCH?=amd64 ALL_ARCH=amd64 arm64