From 4f32d887abe7fc2409de2eb5af15b50b819e9d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 29 Jan 2021 03:53:15 +0100 Subject: [PATCH] helm: Update to version 3.5.1 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index 7d527d5297..45e564461b 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.5.0", + "version": "3.5.1", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.5.0-windows-amd64.zip", - "hash": "8253aa42b747a17fa868b00bfaf8b55f26170bcfc6cdb1b909942e01537a756c", + "url": "https://get.helm.sh/helm-v3.5.1-windows-amd64.zip", + "hash": "793298194038eacce3b0a2e5cefcf104ae3f595740f03f5894e0484e2955d5a9", "extract_dir": "windows-amd64" } },