-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathhelm.json
More file actions
35 lines (35 loc) · 1.07 KB
/
helm.json
File metadata and controls
35 lines (35 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"version": "4.1.4",
"description": "The package manager for Kubernetes.",
"homepage": "https://helm.sh",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://get.helm.sh/helm-v4.1.4-windows-amd64.zip",
"hash": "bd60f567f667631a2c9b698dfabe5e3cd52eaaf4264163c0a9cae566db8560e8",
"extract_dir": "windows-amd64"
},
"arm64": {
"url": "https://get.helm.sh/helm-v4.1.4-windows-arm64.zip",
"hash": "d0a651026da4a26b28bdfc3d455ce3dfacbc267182dc2225c2172b1dcc549643",
"extract_dir": "windows-arm64"
}
},
"bin": "helm.exe",
"checkver": {
"github": "https://github.com/helm/helm"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://get.helm.sh/helm-v$version-windows-amd64.zip"
},
"arm64": {
"url": "https://get.helm.sh/helm-v$version-windows-arm64.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}