helm: Update to version 3.5.1

This commit is contained in:
Jakub Čábera 2021-01-29 03:53:15 +01:00
parent 232e813259
commit 4f32d887ab

View File

@ -1,12 +1,12 @@
{ {
"version": "3.5.0", "version": "3.5.1",
"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.5.0-windows-amd64.zip", "url": "https://get.helm.sh/helm-v3.5.1-windows-amd64.zip",
"hash": "8253aa42b747a17fa868b00bfaf8b55f26170bcfc6cdb1b909942e01537a756c", "hash": "793298194038eacce3b0a2e5cefcf104ae3f595740f03f5894e0484e2955d5a9",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
} }
}, },