From f539ae76afed61ceaee1add4cb86b13e6261ed63 Mon Sep 17 00:00:00 2001 From: BastBotBuddy <56725623+3timeb@users.noreply.github.com> Date: Sat, 13 Dec 2025 02:01:00 +0000 Subject: [PATCH] chore(deps): update dependency helm/helm to v4.0.4 --- install/helm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/helm.sh b/install/helm.sh index e2c67cbf..045f6a52 100644 --- a/install/helm.sh +++ b/install/helm.sh @@ -11,7 +11,7 @@ clean() { install() { # renovate: datasource=github-tags depName=helm/helm - local HELM_VERSION="v4.0.3" + local HELM_VERSION="v4.0.4" # renovate: datasource=github-tags depName=hayorov/helm-gcs local HELM_PLUGIN_GCS_VERSION="0.4.3"