carvel-vendir: Add version 0.23.0 (#2411)

* Add  (VM Ware) carvel vendir tool package

# Context

[`vendir`](https://carvel.dev/vendir/) makes it easy to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively.

* Update and rename vendir.json to carvel-vendir.json

* Rename carvel-vendir.json to bucket/carvel-vendir.json

* Update carvel-vendir.json

* Update carvel-vendir.json

* Update carvel-vendir.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
SALES 2021-12-14 23:01:05 +11:00 committed by GitHub
parent 64ecd81be7
commit 4ac188c4ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/carvel-vendir.json Normal file
View File

@ -0,0 +1,28 @@
{
"version": "0.23.0",
"description": "Carvel vendir is a tool that makes it easy to vendor portions of git repos, github releases, helm charts, docker image contents, etc. declaratively",
"homepage": "https://carvel.dev/vendir/",
"license": "Apache-2.0",
"notes": "See https://carvel.dev/vendir/#examples for some examples",
"architecture": {
"64bit": {
"url": "https://github.com/vmware-tanzu/carvel-vendir/releases/download/v0.23.0/vendir-windows-amd64.exe#/vendir.exe",
"hash": "a08e7b5a8c145ccb05835c49d553a1ffd246b236d4b334174973799bd8746702"
}
},
"bin": "vendir.exe",
"checkver": {
"github": "https://github.com/vmware-tanzu/carvel-vendir"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vmware-tanzu/carvel-vendir/releases/download/v$version/vendir-windows-amd64.exe#/vendir.exe",
"hash": {
"url": "https://github.com/vmware-tanzu/carvel-vendir/releases",
"regex": "$sha256 \\./vendir-windows-amd64\\.exe"
}
}
}
}
}