Skip to content

Releases: arttor/helmify

v0.4.9

21 Nov 16:33

Choose a tag to compare

Changelog

  • 7c69167 Handle images with digests

v0.4.8

30 Oct 08:04

Choose a tag to compare

Changelog

  • 0b64abb feat: add deployment revisionHistoryLimit

v0.4.7

24 Oct 07:55

Choose a tag to compare

Changelog

  • #123 - Add PodDisruptionBudget processor

v0.4.6

27 Sep 10:22

Choose a tag to compare

Changelog

v0.4.5

06 Jul 15:38

Choose a tag to compare

Changelog

#116 bugfix: cert-manager subchart version

v0.4.4

24 Jun 10:56

Choose a tag to compare

Changelog

#115 - service account annotations

v0.4.3

30 Apr 09:48

Choose a tag to compare

Changelog

  • #111 support Pod initContainers

v0.4.2

28 Apr 08:34

Choose a tag to compare

Changelog

  • 3e87d86 Add support for extracting args from containers.

v0.4.1

10 Apr 18:00

Choose a tag to compare

Changelog

v0.4.0

07 Apr 13:44

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.