From ce7a01ba899c08447183ddb0ef5fe13a5b7c284b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 17:09:28 +0000 Subject: [PATCH] chore: update dependency helm/helm to v3.13.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c943b9aac6..ebe2f766b29 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ KUBECTL_VERSION ?= v1.29.0-alpha.3 # renovate: datasource=github-releases depName=kastenhq/kubestr KUBESTR_VERSION ?= v0.4.41 # renovate: datasource=github-releases depName=helm/helm -HELM_VERSION ?= v3.13.1 +HELM_VERSION ?= v3.13.2 # renovate: datasource=github-releases depName=kubernetes-sigs/cluster-api CLUSTERCTL_VERSION ?= 1.5.3 # renovate: datasource=github-releases depName=cilium/cilium-cli