I have a requirement to create helm charts in a Jenkins pipeline.
As I understand, helmfile makes it easier to deploy helm charts across environments, but it does not help create helm charts.
I have looked at chartify. It looks like it is no longer maintained.
move2kube seems to be prompt-based system. I cannot find an argument to generate a helm chart.
Has anyone achieved this some other way ?