From 482053dae418863b008d436d10ab47a52644eb9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 15 Apr 2021 05:50:59 +0200 Subject: [PATCH] helm: Update to version 3.5.4 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index 357002192e..f8b88dc73d 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.5.3", + "version": "3.5.4", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.5.3-windows-amd64.zip", - "hash": "33fef4740b255b58a52e5504622068fd8a7d9aea19f1a84438f5cc1c5aade0d6", + "url": "https://get.helm.sh/helm-v3.5.4-windows-amd64.zip", + "hash": "830da2a8fba060ceff95486b3166b11c517035092e213f8d775be4ae2f7c13e0", "extract_dir": "windows-amd64" } },