From 82dd18535a092610e626c7eee8ace22062c1a6f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:30:05 +0000 Subject: [PATCH] helm: Update to version 3.15.4 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index a692b6aeec..8174bdef2c 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.15.3", + "version": "3.15.4", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.15.3-windows-amd64.zip", - "hash": "fd857635bbb38b20a91731e5d084c2e21503b0f797b153e3246de01676819f23", + "url": "https://get.helm.sh/helm-v3.15.4-windows-amd64.zip", + "hash": "023b96f02e812cda1a1d5c950cb321834a56f4a50ca90146ff447a81be0ae5b6", "extract_dir": "windows-amd64" } },