kapp: Add version 0.35.0

Co-authored-by: marchenm <39064752+marchenm@users.noreply.github.com>
This commit is contained in:
earnest ma 2021-01-30 21:48:47 -05:00
parent 4408e8280c
commit b5a202fa47
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695

27
bucket/kapp.json Normal file
View File

@ -0,0 +1,27 @@
{
"version": "0.35.0",
"description": "A simple deployment tool focused on the concept of Kubernetes application",
"homepage": "https://get-kapp.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/vmware-tanzu/carvel-kapp/releases/download/v0.35.0/kapp-windows-amd64.exe#/kapp.exe",
"hash": "1d83f6abeda6c4ff4c397e31d1eda5b1371d0d4bb9abe6ee671893eb8a6e6f90"
}
},
"bin": "kapp.exe",
"checkver": {
"github": "https://github.com/vmware-tanzu/carvel-kapp"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vmware-tanzu/carvel-kapp/releases/download/v$version/kapp-windows-amd64.exe#/kapp.exe",
"hash": {
"url": "https://github.com/vmware-tanzu/carvel-kapp/releases/tag/v$version",
"find": "$sha256 \\.\\/kapp-windows-amd64\\.exe"
}
}
}
}
}