github arttor/helmify v0.4.0

latest releases: v0.4.14, v0.4.13, v0.4.12...
17 months ago

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.

Don't miss a new helmify release

NewReleases is sending notifications on new releases.