From 041bbbc834f32439700e81616d11e7ca3fda8b9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:28:21 +0000 Subject: [PATCH] helm: Update to version 3.16.2 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index 0b3c082171..ffd2983a0b 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.16.1", + "version": "3.16.2", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.16.1-windows-amd64.zip", - "hash": "89952ea1bace0a9498053606296ea03cf743c48294969dfc731e7f78d1dc809a", + "url": "https://get.helm.sh/helm-v3.16.2-windows-amd64.zip", + "hash": "57821dd47d5728912e14000ee62262680e9039e8d05e18342cc010d5ac7908d7", "extract_dir": "windows-amd64" } },