From b6ccc7d9cd5bdb2d2f606df21db52147872bd806 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 00:32:56 +0000 Subject: [PATCH] helm: Update to version 3.13.0 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index a8dc235609..dd328a5259 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.12.3", + "version": "3.13.0", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.12.3-windows-amd64.zip", - "hash": "f3e2e9d69bb0549876aef6e956976f332e482592494874d254ef49c4862c5712", + "url": "https://get.helm.sh/helm-v3.13.0-windows-amd64.zip", + "hash": "8989f94407d31da2697a7354fba5f5c436b27ea193f76de6f1d37a51898a97a1", "extract_dir": "windows-amd64" } },