From 9135501f4c05b411add34b5775777e0badbcac54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 16 Jun 2021 23:18:05 -0700 Subject: [PATCH] helm: Update to version 3.6.1 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index f63541410a..d8b989f5a8 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.6.0", + "version": "3.6.1", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.6.0-windows-amd64.zip", - "hash": "4e2a5303c551d7836b289fa1869bf89f6d672fe8da078d25b45ede0fb3fffbfe", + "url": "https://get.helm.sh/helm-v3.6.1-windows-amd64.zip", + "hash": "d46805bf24d4c93c5ccc9af2d49903e3a80771366d0c59ad6d18187450d888d0", "extract_dir": "windows-amd64" } },