helm: Update to version 3.5.0

This commit is contained in:
Jakub Čábera 2021-01-13 22:23:00 +01:00
parent 157b75c9b2
commit a27add529b

View File

@ -1,12 +1,12 @@
{ {
"version": "3.4.2", "version": "3.5.0",
"description": "The package manager for Kubernetes", "description": "The package manager for Kubernetes",
"homepage": "https://helm.sh", "homepage": "https://helm.sh",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://get.helm.sh/helm-v3.4.2-windows-amd64.zip", "url": "https://get.helm.sh/helm-v3.5.0-windows-amd64.zip",
"hash": "76ff3f8c21c9af5b80abdd87ec07629ad88dbfe6206decc4d3024f26398554b9", "hash": "8253aa42b747a17fa868b00bfaf8b55f26170bcfc6cdb1b909942e01537a756c",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
} }
}, },