From d480a93640dbc9b6a4e05c9e264e110094a226a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 1 Jan 2019 15:32:36 +0100 Subject: [PATCH] Move helmfile from extras (#2941) - Add description - Remove shortcut - Simplify checkver --- helmfile.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 helmfile.json diff --git a/helmfile.json b/helmfile.json new file mode 100644 index 0000000000..9adf29bb7f --- /dev/null +++ b/helmfile.json @@ -0,0 +1,28 @@ +{ + "version": "0.41.0", + "description": "Command line interface to deploy Kubernetes Helm Charts.", + "homepage": "https://github.com/roboll/helmfile/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/roboll/helmfile/releases/download/v0.41.0/helmfile_windows_amd64.exe#/helmfile.exe", + "hash": "9fd0ecd80eb887e5430a40c2088d951c4b179316c3a8d89cff7a4d669074135f" + }, + "32bit": { + "url": "https://github.com/roboll/helmfile/releases/download/v0.41.0/helmfile_windows_386.exe#/helmfile.exe", + "hash": "c732677fd7bbb8f790e7021bab76fe8385225ef78a3b0253f59fb9060921c16a" + } + }, + "bin": "helmfile.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/roboll/helmfile/releases/download/v$version/helmfile_windows_amd64.exe#/helmfile.exe" + }, + "32bit": { + "url": "https://github.com/roboll/helmfile/releases/download/v$version/helmfile_windows_386.exe#/helmfile.exe" + } + } + } +}