From 61b03a09159a3e53e0706c9561723745d2bd3d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 30 Jun 2021 02:30:33 -0700 Subject: [PATCH] helm: Update to version 3.6.2 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index d8b989f5a8..277c27d1aa 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.6.1", + "version": "3.6.2", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.6.1-windows-amd64.zip", - "hash": "d46805bf24d4c93c5ccc9af2d49903e3a80771366d0c59ad6d18187450d888d0", + "url": "https://get.helm.sh/helm-v3.6.2-windows-amd64.zip", + "hash": "71078748101de3f2df40b25031e4b7aa4bdf760ff7bcc6d3f503f988d24bd2c4", "extract_dir": "windows-amd64" } },