Contributing
Install source
git clone https://github.com/startxfr/helm-repository.git
cd helm-repository
Create a new chart
./sx-helm mychart create
Test a chart
./sx-helm mychart test
Package a chart
./sx-helm mychart package
Release a chart
./sx-helm mychart package auto
Delete a chart
./sx-helm mychart delete
Release convention
Read the release convention for release details.