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" },