From ea8e42a73dd0344db67315747cb8b80703f76f00 Mon Sep 17 00:00:00 2001 From: Krunal Hingu Date: Wed, 23 Apr 2025 11:43:03 +0530 Subject: [PATCH] Update Kubernetes version to v1.32.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9086447..e7f1ae2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.32.3 +K8S_VERSION?=v1.32.4 ARCH?=amd64 ALL_ARCH=amd64 arm64