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