diff --git a/bucket/kyverno-cli.json b/bucket/kyverno-cli.json new file mode 100644 index 0000000000..784008b95c --- /dev/null +++ b/bucket/kyverno-cli.json @@ -0,0 +1,26 @@ +{ + "version": "1.10.3", + "description": "Kyverno CLI to manage Kubernetes policies", + "homepage": "https://kyverno.io/docs/kyverno-cli/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/kyverno/kyverno/releases/download/v1.10.3/kyverno-cli_v1.10.3_windows_x86_64.zip", + "hash": "bcc11df1a17377357705d28e84be0f660fc9c43cae30a4440ade0aec5ee298be" + } + }, + "bin": "kyverno.exe", + "checkver": { + "github": "https://github.com/kyverno/kyverno" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/kyverno/kyverno/releases/download/v$version/kyverno-cli_v$version_windows_x86_64.zip" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}