From 625f42e37a433af300a1482775dddf503a956996 Mon Sep 17 00:00:00 2001 From: Marcus Griep Date: Fri, 30 Jun 2017 11:58:55 -0400 Subject: [PATCH] Add Helm (#1572) * Add Helm * helm: fix checkver --- helm.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 helm.json diff --git a/helm.json b/helm.json new file mode 100644 index 0000000000..1d39450c8d --- /dev/null +++ b/helm.json @@ -0,0 +1,28 @@ +{ + "homepage": "https://helm.sh/", + "license": "https://github.com/kubernetes/helm/blob/master/LICENSE", + "version": "2.5.0", + "architecture": { + "64bit": { + "url": "https://storage.googleapis.com/kubernetes-helm/helm-v2.5.0-windows-amd64.zip", + "hash": "c616826416e349a22f0c8c694a82e04035c700d0bbc0130debb5f739d875acac" + } + }, + "extract_dir": "windows-amd64", + "bin": [ + "helm.exe" + ], + "checkver": { + "github": "https://github.com/kubernetes/helm" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://storage.googleapis.com/kubernetes-helm/helm-v$version-windows-amd64.zip" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}