From ed7f38fd981d232b448b13e2fe462ff194554ccb Mon Sep 17 00:00:00 2001 From: Rayan Das Date: Thu, 22 Sep 2022 12:26:54 +0530 Subject: [PATCH] Add K8s v1.24.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f2435fe..02865b4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.24.5 +K8S_VERSION?=v1.24.6 ARCH?=amd64 ALL_ARCH=amd64 arm64