From 762175cd56894d1deca4ad283e654331961bdee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 9 Dec 2020 19:18:37 +0100 Subject: [PATCH] helm: Update to version 3.4.2 --- bucket/helm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index 1cd70d1b6b..d30e1d38c4 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -1,12 +1,12 @@ { - "version": "3.4.1", + "version": "3.4.2", "description": "The package manager for Kubernetes", "homepage": "https://helm.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://get.helm.sh/helm-v3.4.1-windows-amd64.zip", - "hash": "67f19f370b1f47d71cbd05c288d7adf627921e7a6dc57c6e713c389569ad1c34", + "url": "https://get.helm.sh/helm-v3.4.2-windows-amd64.zip", + "hash": "76ff3f8c21c9af5b80abdd87ec07629ad88dbfe6206decc4d3024f26398554b9", "extract_dir": "windows-amd64" } },