helm: Update to version 3.5.2

This commit is contained in:
Jakub Čábera 2021-02-04 23:54:31 +01:00
parent 723cf32349
commit ddac32240f

View File

@ -1,12 +1,12 @@
{ {
"version": "3.5.1", "version": "3.5.2",
"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.1-windows-amd64.zip", "url": "https://get.helm.sh/helm-v3.5.2-windows-amd64.zip",
"hash": "793298194038eacce3b0a2e5cefcf104ae3f595740f03f5894e0484e2955d5a9", "hash": "079711eeadd3276da0d946a116f4dc08d58b015ca1874d7b3f3cd633e079589e",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
} }
}, },