From 1ef3b6d20ee58c72b4ef3889586949833a20754b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:05:20 +0200 Subject: [PATCH] chore(deps): update dependency helm/helm to v3.14.4 (#137) Co-authored-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 12ab321e..01c411dc 100644 --- a/Makefile +++ b/Makefile @@ -235,7 +235,7 @@ GOLANGCI_LINT_VERSION ?= v1.54.2 # renovate: datasource=github-tags depName=kubernetes-sigs/kind KIND_VERSION ?= v0.22.0 # renovate: datasource=github-tags depName=helm/helm -HELM_VERSION ?= v3.14.3 +HELM_VERSION ?= v3.14.4 # renovate: datasource=github-tags depName=losisin/helm-values-schema-json HELM_SCHEMA_VERSION ?= v1.2.2 # renovate: datasource=github-tags depName=norwoodj/helm-docs