mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* Add kubeseal.json * Better description * Apply suggestions from code review Co-authored-by: Issac Lin <issaclin32@gmail.com>
22 lines
987 B
JSON
22 lines
987 B
JSON
{
|
|
"version": "0.16.0",
|
|
"description": "With kubeseal you can encrypt your Kubernetes Secret into a SealedSecret, which is safe to store - even to a public repository. The SealedSecret can be decrypted only by the controller running in the target cluster and nobody else (not even the original author) is able to obtain the original Secret from the SealedSecret.",
|
|
"homepage": "https://github.com/bitnami-labs/sealed-secrets",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.16.0/kubeseal.exe",
|
|
"hash": "0fb3ff9552530524ee7eae04161cba089a68ec2b0b25d9f43b1c1024452017aa"
|
|
}
|
|
},
|
|
"bin": "kubeseal.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v$version/kubeseal.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|