Add gitkube version 0.3.0(#3055)

This commit is contained in:
Marcin Kłopotek 2019-02-01 18:25:31 +01:00 committed by Richard Kuhnt
parent 0ab013a900
commit 22d023580e

21
gitkube.json Normal file
View File

@ -0,0 +1,21 @@
{
"description": "Build and deploy docker images to Kubernetes using git push",
"homepage": "https://github.com/hasura/gitkube",
"license": "Apache-2.0",
"version": "0.3.0",
"architecture": {
"64bit": {
"url": "https://github.com/hasura/gitkube/releases/download/v0.3.0/gitkube_windows_amd64.exe#/gitkube.exe",
"hash": "c0c8420ef048d2023e756a5c11e66dcd98c36812a455b524dc33baec4f29b438"
}
},
"bin": "gitkube.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hasura/gitkube/releases/download/v$version/gitkube_windows_amd64.exe"
}
}
}
}