From f58d941282af123bc13f5e39d7616959de3911a1 Mon Sep 17 00:00:00 2001 From: Krunal Hingu Date: Thu, 13 Nov 2025 11:04:39 +0530 Subject: [PATCH] Update Kubernetes version to v1.32.10 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da60f48..887df15 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.32.9 +K8S_VERSION?=v1.32.10 ARCH?=amd64 ALL_ARCH=amd64 arm64