From c562637cfeaa8f6562f7933194653ef66e988948 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:29:22 +0000 Subject: [PATCH] helm: Update to version 3.16.4 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index 0ab1b566a8..a00171615b 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.16.3", + "version": "3.16.4", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.16.3-windows-amd64.zip", - "hash": "1a52aa56e55168c3d3d2e45fa833a32290e4e3790559851dce1e707eb7728b81", + "url": "https://get.helm.sh/helm-v3.16.4-windows-amd64.zip", + "hash": "9bb114c12e530a7129fd3d78fc1784e813dd7a6e29e5f9b5af8bc83fd1066d36", "extract_dir": "windows-amd64" } },