popeye: Add version 0.22.1 (#6391)

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
jmartasek 2025-02-14 14:13:07 +01:00 committed by GitHub
parent ff555f632a
commit fda040989d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

22
bucket/popeye.json Normal file
View File

@ -0,0 +1,22 @@
{
"version": "0.22.1",
"description": "A Kubernetes cluster resource sanitizer.",
"homepage": "https://popeyecli.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/popeye/releases/download/v0.22.1/popeye_windows_amd64.tar.gz",
"hash": "fa5c155d65313e93985bdb7ed1a79fb0e310b7868848dfaf381ea081f349dacc"
}
},
"bin": "popeye.exe",
"checkver": {
"github": "https://github.com/derailed/popeye"
},
"autoupdate": {
"url": "https://github.com/derailed/popeye/releases/download/v$version/popeye_windows_amd64.tar.gz",
"hash": {
"url": "$baseurl/checksums.sha256"
}
}
}