ScoopInstaller_Main/bucket/kubeseal.json
Maksym Gendin 3c326f8c51
kubeseal: Add version 0.16.0 (#2682)
* Add kubeseal.json

* Better description

* Apply suggestions from code review

Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-09-17 01:58:59 +08:00

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"
}
}
}
}