helmfile / chartify

Convert K8s manifests/Kustomization into Helm Chart
Apache License 2.0
72 stars 28 forks source link

Add support for import-values of dependencies #60

Closed AntonioAlfrz closed 5 months ago

AntonioAlfrz commented 10 months ago

Chartify does not seem to take into account the possibility of a dependency to have import-values:

https://github.com/helmfile/chartify/blob/master/requirements.go#L15

More info: https://helm.sh/docs/topics/charts/#importing-child-values-via-dependencies

yxxhero commented 10 months ago

@AntonioAlfrz PR is welcome.

lucasfcnunes commented 5 months ago

Isn't this already fixed by #61?