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