From 888e049661a914e7486444d9562118f34bbb5a5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:26:28 +0000 Subject: [PATCH] helm: Update to version 3.15.3 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index 77006985f9..a692b6aeec 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.15.2", + "version": "3.15.3", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.15.2-windows-amd64.zip", - "hash": "cbf40b79fa2a7dbd6e24201f8660b56261d10d6e7b5cadc3ff78100fb45b3c69", + "url": "https://get.helm.sh/helm-v3.15.3-windows-amd64.zip", + "hash": "fd857635bbb38b20a91731e5d084c2e21503b0f797b153e3246de01676819f23", "extract_dir": "windows-amd64" } },