From a27add529be2bb8f7358f0cc3360a8f579039693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 13 Jan 2021 22:23:00 +0100 Subject: [PATCH] helm: Update to version 3.5.0 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index d30e1d38c4..7d527d5297 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.4.2", + "version": "3.5.0", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.4.2-windows-amd64.zip", - "hash": "76ff3f8c21c9af5b80abdd87ec07629ad88dbfe6206decc4d3024f26398554b9", + "url": "https://get.helm.sh/helm-v3.5.0-windows-amd64.zip", + "hash": "8253aa42b747a17fa868b00bfaf8b55f26170bcfc6cdb1b909942e01537a756c", "extract_dir": "windows-amd64" } },