From f1961698d9eb2cee1d7412f5c9ea19b8d371d399 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 20:28:28 +0000 Subject: [PATCH] helm: Update to version 3.9.4 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index 1c31426f0b..d3d2e6abf6 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.9.3", + "version": "3.9.4", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.9.3-windows-amd64.zip", - "hash": "cdd24727d233e620ce6e8ec21646a6218bde94cf3d5f24e9c4ae6a114939975d", + "url": "https://get.helm.sh/helm-v3.9.4-windows-amd64.zip", + "hash": "7cdc1342bc1863b6d5ce695fbef4d3b0d65c7c5bcef6ec6adf8fc9aa53821262", "extract_dir": "windows-amd64" } },