-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathk9s.json
36 lines (36 loc) · 1.27 KB
/
k9s.json
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
36
{
"version": "0.40.10",
"description": "Kubernetes Clusters manager",
"homepage": "https://github.com/derailed/k9s",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/v0.40.10/k9s_Windows_amd64.zip",
"hash": "45792931fb99773a0f8d96f15fbd269171f6da6daa00af4769f0cc4673ab14b1"
},
"arm64": {
"url": "https://github.com/derailed/k9s/releases/download/v0.40.10/k9s_Windows_arm64.zip",
"hash": "93208cb1d523ce530fa0796d08605f5bd22cd78cf71ce1177055ad6f4d98adf0"
}
},
"bin": "k9s.exe",
"env_set": {
"K9S_CONFIG_DIR": "$persist_dir/config",
"K9S_LOGS_DIR": "$persist_dir/logs"
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/derailed/k9s/releases/download/v$version/k9s_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.sha256",
"regex": "$sha256 $basename\\n"
}
}
}