helm: Update to version 3.0.0 (#572)

* helm: Update to version 3.0.0

* fix url
This commit is contained in:
linsui 2019-11-15 09:57:40 +00:00 committed by Jakub Čábera
parent bfd18b3f0b
commit 264355ea0c

View File

@ -1,26 +1,23 @@
{ {
"homepage": "https://helm.sh/", "homepage": "https://helm.sh",
"description": "The package manager for Kubernetes.", "description": "The package manager for Kubernetes",
"license": "Apache-2.0", "license": "Apache-2.0",
"version": "2.16.1", "version": "3.0.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v2.16.1-windows-amd64.tar.gz", "url": "https://get.helm.sh/helm-v3.0.0-windows-amd64.zip",
"hash": "7ab28696e2f5a5b56001aacbe7156aae83c8fbd05946164efa3a2707aac33255" "hash": "ea3da9092214a11ed3a21a0b7bbd738c25b63cdefbb90f1c921aab7bbcce62c6"
} }
}, },
"extract_dir": "windows-amd64", "extract_dir": "windows-amd64",
"bin": [ "bin": "helm.exe",
"helm.exe",
"tiller.exe"
],
"checkver": { "checkver": {
"github": "https://github.com/kubernetes/helm" "github": "https://github.com/kubernetes/helm"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/kubernetes-helm/helm-v$version-windows-amd64.tar.gz" "url": "https://get.helm.sh/helm-v$version-windows-amd64.zip"
} }
}, },
"hash": { "hash": {