From 215796917a6f3a11753cbdf39dca935ee9b34b75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 20:28:08 +0000 Subject: [PATCH] helm: Update to version 3.17.2 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index 6a684e427f..c37d55db95 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.17.1", + "version": "3.17.2", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.17.1-windows-amd64.zip", - "hash": "08281ee6d4d272835ff10c510b8b39736d112d9cb89dfbc853fe83913fbe48d0", + "url": "https://get.helm.sh/helm-v3.17.2-windows-amd64.zip", + "hash": "f76fe76fa116d2bae948aee9bb54ba11bf5b726a09f732ce6a74eb65af2886b1", "extract_dir": "windows-amd64" } },