From cee75d4bbadd329580b1a216a2839382fd545073 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 11 Dec 2024 23:24:29 +0000 Subject: [PATCH] Update dependency kubernetes/kubectl to v1.32.0 Signed-off-by: Mend Renovate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 676affe28..972f86ef5 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ CONTROLLER_TOOLS_VERSION := v0.16.3 ENVTEST_K8S_VERSION = 1.31.0 GOLANGCI_VERSION := v1.62.0 HELM_VERSION := v3.16.2 -KUBECTL_VERSION := v1.31.2 +KUBECTL_VERSION := v1.32.0 KUSTOMIZE_VERSION := v5.5.0 OPERATOR_SDK_VERSION := v1.31.0 PIPENV_VERSION := 2024.3.1