mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
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:
parent
b7b0755f74
commit
3c326f8c51
21
bucket/kubeseal.json
Normal file
21
bucket/kubeseal.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user