-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathhelm.json
More file actions
35 lines (35 loc) · 1.07 KB
/
Copy pathhelm.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.2.3",
"description": "The package manager for Kubernetes.",
"homepage": "https://helm.sh",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://get.helm.sh/helm-v4.2.3-windows-amd64.zip",
"hash": "5ca7de684c92d48b93d5c34a029fdda57b38e1eac04bc8541bdf1eb249388679",
"extract_dir": "windows-amd64"
},
"arm64": {
"url": "https://get.helm.sh/helm-v4.2.3-windows-arm64.zip",
"hash": "5f444ed097688ed3abaf1d8801e21110d9bddeb6ed13939afcac302888527ab5",
"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"
}
}
}