From 6ff216af3a12a1262da624f38aa8b2e9dbe62316 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 20:26:36 +0000 Subject: [PATCH] helm: Update to version 3.11.0 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index 5cb05a1538..b3b28deade 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.10.3", + "version": "3.11.0", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.10.3-windows-amd64.zip", - "hash": "5d97aa26830c1cd6c520815255882f148040587fd7cdddb61ef66e4c081566e0", + "url": "https://get.helm.sh/helm-v3.11.0-windows-amd64.zip", + "hash": "55477fa4295fb3043835397a19e99a138bb4859fbe7cd2d099de28df9d8786f1", "extract_dir": "windows-amd64" } },