From 897dad4d41dc55fc2f500b17c06b853fa847f119 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 04:30:27 +0000 Subject: [PATCH] helm: Update to version 4.0.4 --- bucket/helm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index 5b6a61ad20..74ba9f34f1 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,17 +1,17 @@ { - "version": "3.19.4", + "version": "4.0.4", "description": "The package manager for Kubernetes.", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.19.4-windows-amd64.zip", - "hash": "18e7d1b970dfb6f4f8ddbbd1659d75d90ca818a47519411c4cc305b918508d36", + "url": "https://get.helm.sh/helm-v4.0.4-windows-amd64.zip", + "hash": "135bffadd3c87aff8856e06efb366bea2a48ac4d1742d73af80250410246f14d", "extract_dir": "windows-amd64" }, "arm64": { - "url": "https://get.helm.sh/helm-v3.19.4-windows-arm64.zip", - "hash": "da870dbb870e5cad243f5c7dca54f27be289237a97d84077c885769a06394223", + "url": "https://get.helm.sh/helm-v4.0.4-windows-arm64.zip", + "hash": "b65d05f15260e78311f463773f54fe68f6d74444b3c3e84cecf270cdb927cd8a", "extract_dir": "windows-arm64" } },