Skip to content

Commit 317d009

Browse files
authored
helm: Fix regex for v4 (#7379)
1 parent 8846c77 commit 317d009

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

bucket/helm.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
11
{
2-
"version": "3.19.2",
3-
"description": "The package manager for Kubernetes",
2+
"version": "4.0.0",
3+
"description": "The package manager for Kubernetes.",
44
"homepage": "https://helm.sh",
55
"license": "Apache-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://get.helm.sh/helm-v3.19.2-windows-amd64.zip",
9-
"hash": "8b3ea37bcd7c5eda68eadd278690498fb886a17ec541b449216ab3b45748600e",
8+
"url": "https://get.helm.sh/helm-v4.0.0-windows-amd64.zip",
9+
"hash": "0f9a8c891b8d908a37fbb68f12dea92b633eb29e49070bd650f5760a1a99aa8d",
1010
"extract_dir": "windows-amd64"
11+
},
12+
"arm64": {
13+
"url": "https://get.helm.sh/helm-v4.0.0-windows-arm64.zip",
14+
"hash": "f3ff262427547cc1b1dc3356d587ed8ffaa23f2abf24bc06660a350b9b7925f9",
15+
"extract_dir": "windows-arm64"
1116
}
1217
},
1318
"bin": "helm.exe",
1419
"checkver": {
15-
"url": "https://github.com/kubernetes/helm/releases",
16-
"regex": "/tag/v(3\\.[\\d.]+)\""
20+
"github": "https://github.com/helm/helm"
1721
},
1822
"autoupdate": {
1923
"architecture": {
2024
"64bit": {
2125
"url": "https://get.helm.sh/helm-v$version-windows-amd64.zip"
26+
},
27+
"arm64": {
28+
"url": "https://get.helm.sh/helm-v$version-windows-arm64.zip"
2229
}
2330
},
2431
"hash": {

0 commit comments

Comments
 (0)