From b5a202fa4730d38dc6a31e398ed0f6c55dcb5d5d Mon Sep 17 00:00:00 2001 From: earnest ma Date: Sat, 30 Jan 2021 21:48:47 -0500 Subject: [PATCH] kapp: Add version 0.35.0 Co-authored-by: marchenm <39064752+marchenm@users.noreply.github.com> --- bucket/kapp.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/kapp.json diff --git a/bucket/kapp.json b/bucket/kapp.json new file mode 100644 index 0000000000..1d7a338585 --- /dev/null +++ b/bucket/kapp.json @@ -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" + } + } + } + } +}