From 8c1ef618003ca01f2b493e74c19de398c6a7091d Mon Sep 17 00:00:00 2001 From: vardhaman Date: Thu, 1 Dec 2022 18:34:17 +0530 Subject: [PATCH] updated k8s version to 1.24.9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54c8232..c786a78 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.24.8 +K8S_VERSION?=v1.24.9 ARCH?=amd64 ALL_ARCH=amd64 arm64