Releases: arttor/helmify
Releases Β· arttor/helmify
v0.4.7
v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
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.