From ae67f3228f1ad6bfb48d33209b7f87d5fc458889 Mon Sep 17 00:00:00 2001 From: Chirayu Kapoor Date: Tue, 22 Oct 2024 12:13:23 +0530 Subject: [PATCH] Bump k8s to Oct patch v1.30.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 84073d4..e857c55 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.30.5 +K8S_VERSION?=v1.30.6 ARCH?=amd64 ALL_ARCH=amd64 arm64