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>
This commit is contained in:
Maksym Gendin 2021-09-16 19:58:59 +02:00 committed by GitHub
parent b7b0755f74
commit 3c326f8c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/kubeseal.json Normal file
View File

@ -0,0 +1,21 @@
{
"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"
}
}
}
}