From 6c0bc3eba9ff331eff6809b64b1b878ba0a347c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 00:35:36 +0000 Subject: [PATCH] helm: Update to version 3.11.2 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index f0fd349689..bd5d7cfff4 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.11.1", + "version": "3.11.2", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.11.1-windows-amd64.zip", - "hash": "bc37d5d283e57c5dfa94f92ff704c8e273599ff8df3f8132cef5ca73f6a23d0a", + "url": "https://get.helm.sh/helm-v3.11.2-windows-amd64.zip", + "hash": "bca0c5b99a0e6621032f1767e61a1723b86c5f4ef565fa58be8be6d619a4276a", "extract_dir": "windows-amd64" } },