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