From 4f9e3a77a2810e9c2da13cc445f20c1386cd38c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 00:35:19 +0000 Subject: [PATCH] helm: Update to version 3.12.0 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index 276b51d1ac..41542db70f 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.11.3", + "version": "3.12.0", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.11.3-windows-amd64.zip", - "hash": "ae146d2a90600c6958bc801213daef467237cf475e26ab3f476dfb8e0d9549b7", + "url": "https://get.helm.sh/helm-v3.12.0-windows-amd64.zip", + "hash": "52138ba8caec50c358c7aee41aac28d6a8a037878ada3cf5ce6c1049fc772547", "extract_dir": "windows-amd64" } },