Skip to content

Releases: arttor/helmify

v0.4.7

24 Oct 07:55
Compare
Choose a tag to compare

Changelog

  • #123 - Add PodDisruptionBudget processor

v0.4.6

27 Sep 10:22
Compare
Choose a tag to compare

Changelog

v0.4.5

06 Jul 15:38
Compare
Choose a tag to compare

Changelog

#116 bugfix: cert-manager subchart version

v0.4.4

24 Jun 10:56
Compare
Choose a tag to compare

Changelog

#115 - service account annotations

v0.4.3

30 Apr 09:48
Compare
Choose a tag to compare

Changelog

  • #111 support Pod initContainers

v0.4.2

28 Apr 08:34
Compare
Choose a tag to compare

Changelog

  • 3e87d86 Add support for extracting args from containers.

v0.4.1

10 Apr 18:00
Compare
Choose a tag to compare

Changelog

v0.4.0

07 Apr 13:44
Compare
Choose a tag to compare

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.

v0.3.35

31 Mar 08:45
Compare
Choose a tag to compare

Changelog

  • 0126096 use an alias for cert-manager

v0.3.34

29 Mar 09:14
Compare
Choose a tag to compare

Changelog

  • #97 Add an option cert-manager-as-subchart to install the cert-manager as a subchart