From 22552555abedcd61f408746e037623f9dce0070b Mon Sep 17 00:00:00 2001 From: Mitul Shah Date: Mon, 8 Aug 2022 16:47:30 +0530 Subject: [PATCH] update k8s to august patch 1.24.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6bfbdb4..b4cb3d0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.24.2 +K8S_VERSION?=v1.24.4 ARCH?=amd64 ALL_ARCH=amd64 arm64