From 9b55e4cfb0678f3ee3fa5129e7ad85d4dd812c90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 00:43:59 +0000 Subject: [PATCH] helm: Update to version 3.10.1 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index a6c497e211..e7027943f6 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.10.0", + "version": "3.10.1", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.10.0-windows-amd64.zip", - "hash": "9d841d55eb7cd6e07be0364bbfa85bceca7e184d50b43b13d20f044403937309", + "url": "https://get.helm.sh/helm-v3.10.1-windows-amd64.zip", + "hash": "4c6f89f005a86665e3e90c28d36446434945594aac960a8d5a2d1c4fb1e53522", "extract_dir": "windows-amd64" } },