helm: Update to version 3.6.0

This commit is contained in:
Richard Kuhnt 2021-05-28 02:00:24 +00:00
parent 67f5a904f8
commit e2ebccc07f

View File

@ -1,12 +1,12 @@
{ {
"version": "3.5.4", "version": "3.6.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.5.4-windows-amd64.zip", "url": "https://get.helm.sh/helm-v3.6.0-windows-amd64.zip",
"hash": "830da2a8fba060ceff95486b3166b11c517035092e213f8d775be4ae2f7c13e0", "hash": "4e2a5303c551d7836b289fa1869bf89f6d672fe8da078d25b45ede0fb3fffbfe",
"extract_dir": "windows-amd64" "extract_dir": "windows-amd64"
} }
}, },