From e7b6b67c8c54edb970925540a7dcaec74afb1924 Mon Sep 17 00:00:00 2001 From: Dmytro Vorotyntsev Date: Thu, 20 Feb 2020 19:05:15 +0200 Subject: [PATCH] update checkver regex in helm, added helm3 (#828) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/helm.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bucket/helm.json b/bucket/helm.json index dfbe2de274..61412c03ee 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -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": {