From 1ea1faf9a919995eee7e2c0b1d6bc61748caa844 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 20:32:55 +0000 Subject: [PATCH] helm: Update to version 3.9.1 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index dc610eb244..ec616e2dd9 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.9.0", + "version": "3.9.1", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.9.0-windows-amd64.zip", - "hash": "631d333bce5f2274c00af753d54bb62886cdb17a958d2aff698c196612c9e8cb", + "url": "https://get.helm.sh/helm-v3.9.1-windows-amd64.zip", + "hash": "9d6c1f4a2b328be15c548665e49e1628ebb4246258ab2cba6e0ee893b9881314", "extract_dir": "windows-amd64" } },