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