helm: Add tiller.exe binary (#112)

This commit is contained in:
Rafal Klys 2019-06-17 03:25:48 +02:00 committed by Hsiao-nan Cheung
parent f7cccbce49
commit 8cce928e59

View File

@ -9,7 +9,10 @@
}
},
"extract_dir": "windows-amd64",
"bin": "helm.exe",
"bin": [
"helm.exe",
"tiller.exe"
],
"checkver": {
"github": "https://github.com/kubernetes/helm"
},