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