From 8cce928e598fb985f3c3ab4112ecef618cb3aa81 Mon Sep 17 00:00:00 2001 From: Rafal Klys Date: Mon, 17 Jun 2019 03:25:48 +0200 Subject: [PATCH] helm: Add tiller.exe binary (#112) --- bucket/helm.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bucket/helm.json b/bucket/helm.json index d984613c04..4c0d5f4ab2 100644 --- a/bucket/helm.json +++ b/bucket/helm.json @@ -9,7 +9,10 @@ } }, "extract_dir": "windows-amd64", - "bin": "helm.exe", + "bin": [ + "helm.exe", + "tiller.exe" + ], "checkver": { "github": "https://github.com/kubernetes/helm" },