From 155902a9a05271c36f8b96fc0ed0028c72e6e78b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 12:31:15 +0000 Subject: [PATCH] helm: Update to version 3.8.1 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index fa4ee959df..a96453ee00 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.8.2", + "version": "3.8.1", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.8.2-windows-amd64.zip", - "hash": "051959311ed5a3d49596b298b9e9618e2a0ad6a9270c134802f205698348ba5e", + "url": "https://get.helm.sh/helm-v3.8.1-windows-amd64.zip", + "hash": "a75003fc692131652d3bd218dd4007692390a1dd156f11fd7668e389bdd8f765", "extract_dir": "windows-amd64" } },