From f43158b4cc068ba7b6fd6e429f8d39d76c1e633b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 11 Nov 2020 21:25:43 +0100 Subject: [PATCH] helm: Update to version 3.4.1 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index afc439bb56..1cd70d1b6b 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.4.0", + "version": "3.4.1", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.4.0-windows-amd64.zip", - "hash": "bd56473202394e20b80dafc85b4ce40c13c3159464cd2d164fc224b86fc9cf78", + "url": "https://get.helm.sh/helm-v3.4.1-windows-amd64.zip", + "hash": "67f19f370b1f47d71cbd05c288d7adf627921e7a6dc57c6e713c389569ad1c34", "extract_dir": "windows-amd64" } },