Skip to content

v0.4.0

Compare
Choose a tag to compare
@arttor arttor released this 07 Apr 13:44
· 42 commits to main since this release

Changelog

Generate Helm charts from files:

helmify -f ./test_data/dir  mychart
# will scan directory ./test_data/dir for files with k8s manifests and create 'mychart' directory with Helm chart.

helmify -f ./test_data/dir -r  mychart
# will scan directory ./test_data/dir recursively and  create 'mychart' directory with Helm chart.

helmify -f ./test_data/dir -f ./test_data/sample-app.yaml -f ./test_data/dir/another_dir  mychart
# will scan provided multiple files and directories and  create 'mychart' directory with Helm chart.