From 1c97efd959aad6131476bbced6082dec717f68c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 00:32:33 +0000 Subject: [PATCH] helm: Update to version 3.14.1 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index e0f90c355c..9f571bb541 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.14.0", + "version": "3.14.1", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.14.0-windows-amd64.zip", - "hash": "fa8dfb5141e7a200fcc6ee290554697072a4584791b4fece4b9c60af501f3512", + "url": "https://get.helm.sh/helm-v3.14.1-windows-amd64.zip", + "hash": "8a6c78a23a4e497ad8bd288138588adb3e5b49be8dbe82a3200fe7b297dac184", "extract_dir": "windows-amd64" } },