From 68cb7745fb33b61d1a407fbf6b56e7ef4409fd8b Mon Sep 17 00:00:00 2001 From: vardhaman22 Date: Thu, 26 Sep 2024 21:23:35 +0530 Subject: [PATCH] update k8s version to v1.28.14 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff33908..62bacc2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.28.13 +K8S_VERSION?=v1.28.14 ARCH?=amd64 ALL_ARCH=amd64 arm64