helmify

Creates Helm chart from Kubernetes yaml

MIT License

Downloads
108
Stars
1.4K
Committers
38

Bot releases are visible (Hide)

helmify - v0.4.14

Published by arttor about 1 month ago

Changelog

  • #149 pod securityContext
helmify - v0.4.13 Latest Release

Published by arttor 5 months ago

Changelog

  • 31b2889 Add preserve-ns in README.md
helmify - v0.4.12

Published by arttor 6 months ago

Changelog

  • 1a32d20 Add the -original-name flag to retain object names.
helmify - v0.4.11

Published by arttor 8 months ago

Changelog

  • 2e9539c update examples
helmify - v0.4.10

Published by arttor 11 months ago

Changelog

  • 909d091 fix image processing for repo with port
helmify - v0.4.9

Published by arttor 11 months ago

Changelog

  • 7c69167 Handle images with digests
helmify - v0.4.8

Published by arttor 12 months ago

Changelog

  • 0b64abb feat: add deployment revisionHistoryLimit
helmify - v0.4.7

Published by arttor 12 months ago

Changelog

  • #123 - Add PodDisruptionBudget processor
helmify - v0.4.6

Published by arttor about 1 year ago

Changelog

  • aace033 upgrade to go 1.21
helmify - v0.4.5

Published by arttor over 1 year ago

Changelog

#116 bugfix: cert-manager subchart version

helmify - v0.4.4

Published by arttor over 1 year ago

Changelog

#115 - service account annotations

helmify - v0.4.3

Published by arttor over 1 year ago

Changelog

  • #111 support Pod initContainers
helmify - v0.4.2

Published by arttor over 1 year ago

Changelog

  • 3e87d86 Add support for extracting args from containers.
helmify - v0.4.1

Published by arttor over 1 year ago

Changelog

  • 9e709ee remove extra files
helmify - v0.4.0

Published by arttor over 1 year ago

Changelog

  • 950b2f3 #100 support filesystem as a source

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.
helmify - v0.3.35

Published by arttor over 1 year ago

Changelog

  • 0126096 use an alias for cert-manager
helmify - v0.3.34

Published by arttor over 1 year ago

Changelog

  • #97 Add an option cert-manager-as-subchart to install the cert-manager as a subchart
helmify - v0.3.33

Published by arttor over 1 year ago

Changelog

  • f9a4189 support StatefulSet
helmify - v0.3.32

Published by arttor over 1 year ago

Changelog

  • 6408130 #50 support Job and CronJob
helmify - v0.3.31

Published by arttor over 1 year ago

Changelog

  • #30 multiline configmap values
  • #90 upgrade dependencies (go 1.20 and latest k8s & helm)