Release Helm Chart
Create New Chart Version
To create a new version from the chart you will need to install chartpress via:
pip install chartpress
Then run following commands:
git checkout master
git tag 0.1.0
chartpress --publish-chart
git clean -xffd
The branch can be any branch have the required chart features, the tag will be the chart tag you need.
Also checkout the branch gh-pages for the jykell deployment