helm: Update to version 4.0.1

This commit is contained in:
github-actions[bot] 2025-11-25 00:39:28 +00:00
parent b96ee1aff7
commit f91063aba9

View File

@ -1,17 +1,17 @@
{ {
"version": "4.0.0", "version": "4.0.1",
"description": "The package manager for Kubernetes.", "description": "The package manager for Kubernetes.",
"homepage": "https://helm.sh", "homepage": "https://helm.sh",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://get.helm.sh/helm-v4.0.0-windows-amd64.zip", "url": "https://get.helm.sh/helm-v4.0.1-windows-amd64.zip",
"hash": "0f9a8c891b8d908a37fbb68f12dea92b633eb29e49070bd650f5760a1a99aa8d", "hash": "a976ee9f3016ae86d8948c0a6d3fc5ed7489cd264cffdbff4860bd97120bd256",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
}, },
"arm64": { "arm64": {
"url": "https://get.helm.sh/helm-v4.0.0-windows-arm64.zip", "url": "https://get.helm.sh/helm-v4.0.1-windows-arm64.zip",
"hash": "f3ff262427547cc1b1dc3356d587ed8ffaa23f2abf24bc06660a350b9b7925f9", "hash": "5ecbcd8e50577a325e22d365cd4c4de2e2bd014d81f73b356dbd4f7e6c2427fb",
"extract_dir": "windows-arm64" "extract_dir": "windows-arm64"
} }
}, },