From 1c9798fc5c6608c9a3c67db18a64b5c0d42a7e97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 00:32:25 +0000 Subject: [PATCH] helm: Update to version 3.13.3 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index 0024a12444..62050a6bdb 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.13.2", + "version": "3.13.3", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.13.2-windows-amd64.zip", - "hash": "1ef931cb40bfa049fa5ee337ec16181345d7d0c8ab863fe9b04abe320fa2ae6e", + "url": "https://get.helm.sh/helm-v3.13.3-windows-amd64.zip", + "hash": "abb5e06a3587d8da7cca60c801cfbaa5178f4252c367b2469b3f123da2357cac", "extract_dir": "windows-amd64" } },