From f3b81f777809975eaf6c05ff1b874ccc67159ea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 12:00:13 +0000 Subject: [PATCH] chore(deps): update dependency kubectl to v1.35.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b43c4a..221dd8d 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ helm: @rm -rf $(TMP_DIR) KUBECTL ?= $(LOCALBIN)/kubectl -KUBECTL_VERSION := v1.34.1 +KUBECTL_VERSION := v1.35.4 KUBECTL_LOOKUP := kubernetes/kubernetes kubectl: @curl -s -L https://dl.k8s.io/release/$(KUBECTL_VERSION)/bin/$(GO_OS_LOW)/$(GO_ARCH)/kubectl -o $(KUBECTL)