From 10874a155096ca46a08dcbdfd158cb490a97500e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 16:29:46 +0000 Subject: [PATCH] helm: Update to version 3.15.1 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index ba6f69d7f7..22044d022b 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.15.0", + "version": "3.15.1", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.15.0-windows-amd64.zip", - "hash": "23f0ee9fc93d325ddbc4dfdac97c83bc00c7784016541045756cf9abb36f21dc", + "url": "https://get.helm.sh/helm-v3.15.1-windows-amd64.zip", + "hash": "8ebe6d353f0fbc7e51861a676ba1c14af9efb3443ae2c78eb91946a756b93a9a", "extract_dir": "windows-amd64" } },