update checkver regex in helm, added helm3 (#828)

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Dmytro Vorotyntsev 2020-02-20 19:05:15 +02:00 committed by GitHub
parent 5f0a16446f
commit e7b6b67c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,18 @@
"homepage": "https://helm.sh",
"description": "The package manager for Kubernetes",
"license": "Apache-2.0",
"version": "2.16.3",
"version": "3.1.0",
"architecture": {
"64bit": {
"url": "https://get.helm.sh/helm-v2.16.3-windows-amd64.zip",
"hash": "8c6b7e28680b59a9c31b20ad5b1dca63775ecd566dddfa77f8062113b5875141"
"url": "https://get.helm.sh/helm-v3.1.0-windows-amd64.zip",
"hash": "f6a6ee20bd216beb2f0195f083b03d43b8801e885a483011807824bd0915b835"
}
},
"extract_dir": "windows-amd64",
"bin": "helm.exe",
"checkver": {
"github": "https://github.com/kubernetes/helm"
"url": "https://github.com/kubernetes/helm/releases",
"regex": "/tag/v(3\\.[\\d.]+)"
},
"autoupdate": {
"architecture": {