mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 06:05:14 +00:00
kubeconform: Add version 0.5.0 (#4247)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
parent
90642741c3
commit
964eacceee
38
bucket/kubeconform.json
Normal file
38
bucket/kubeconform.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"version": "0.5.0",
|
||||
"description": "A Kubernetes manifest validation tool. Incorporate it into your CI, or use it locally to validate your Kubernetes configuration!",
|
||||
"homepage": "https://github.com/yannh/kubeconform",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/yannh/kubeconform/releases/download/v0.5.0/kubeconform-windows-amd64.zip",
|
||||
"hash": "ee37dc377867a45e1fbb93941b7f8c0961a0195f3b22c2b3f2ab2ef2151911ae"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/yannh/kubeconform/releases/download/v0.5.0/kubeconform-windows-386.zip",
|
||||
"hash": "f9d81bcf553d83c330ea90a7e9032a6cfc3f7a137d0e27c0afcfe86d503736af"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/yannh/kubeconform/releases/download/v0.5.0/kubeconform-windows-arm64.zip",
|
||||
"hash": "9fe2d4333ddee066a8a7d9cf38d4ecb2ad8f50cdfb4916c83625e87a58a2fd7e"
|
||||
}
|
||||
},
|
||||
"bin": "kubeconform.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/yannh/kubeconform/releases/download/v$version/kubeconform-windows-amd64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/yannh/kubeconform/releases/download/v$version/kubeconform-windows-386.zip"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/yannh/kubeconform/releases/download/v$version/kubeconform-windows-arm64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/CHECKSUMS"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user