armada/tools/helm-hapi.sh
Tim Heyer 4bda09e3fd Fixes bug where tiller always passes 'wait'
-Fixes wait bug
-Updates tiller and hapi to 2.5
2017-07-11 14:33:14 -05:00

11 lines
506 B
Bash
Executable File

#!/bin/bash
git clone https://github.com/kubernetes/helm ./helm -b $1
python -m grpc_tools.protoc -I helm/_proto --python_out=. --grpc_python_out=. helm/_proto/hapi/chart/*
python -m grpc_tools.protoc -I helm/_proto --python_out=. --grpc_python_out=. helm/_proto/hapi/services/*
python -m grpc_tools.protoc -I helm/_proto --python_out=. --grpc_python_out=. helm/_proto/hapi/release/*
python -m grpc_tools.protoc -I helm/_proto --python_out=. --grpc_python_out=. helm/_proto/hapi/version/*
rm -rf ./helm