Inspects a helm chart and outputs an apb.yml file and Dockerfile based on values in the chart.
This is pre-release experimental software.
$ helm2bundle redis-1.1.12.tgz
$ ls
apb.yml Dockerfile redis-1.1.12.tgz
On OpenShift you can apb push
to build and push the service bundle into your
cluster's registry.
On plain Kubernetes, you can apb build
and then tag and push to a registry that
your broker is configured to access.