2020-01-29 16:01:53 +00:00

28 lines
744 B
JSON

{
"homepage": "https://helm.sh",
"description": "The package manager for Kubernetes",
"license": "Apache-2.0",
"version": "3.0.3",
"architecture": {
"64bit": {
"url": "https://get.helm.sh/helm-v3.0.3-windows-amd64.zip",
"hash": "c52065cb70ad9d88b195638e1591db64852f4ad150448e06fca907d47a07fe4c"
}
},
"extract_dir": "windows-amd64",
"bin": "helm.exe",
"checkver": {
"github": "https://github.com/kubernetes/helm"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://get.helm.sh/helm-v$version-windows-amd64.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}