helmfile / chartify

Convert K8s manifests/Kustomization into Helm Chart
Apache License 2.0
79 stars 29 forks source link

Add support for Release.Revision when only adhoc dependencies are required #40

Closed mumoshu closed 1 year ago

mumoshu commented 2 years ago

Completely untested. It would be great if anyone could build a custom helmfile version using this and test, so that we can merge this earlier.

Ref https://github.com/helmfile/helmfile/issues/430

pathob commented 2 years ago

Thank you @mumoshu , I'm still a super beginner with Go, but I'll try to build a custom Helmfile binary by the end of the week.

mumoshu commented 2 years ago

@pathob I was able to make the tests pass last night. Probably this is now more ready for manual testing 😃

pathob commented 2 years ago

@mumoshu And I was able to successfully test it with a custom built version of Helmfile and my example from https://github.com/helmfile/helmfile/issues/430

Thank you so much!

yxxhero commented 2 years ago

@mumoshu ready to merge.