helm / chart-releaser-action

A GitHub Action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool
https://github.com/helm/chart-releaser
Apache License 2.0
539 stars 199 forks source link

Are generated Helm Charts possible? #175

Open KrisSimon opened 8 months ago

KrisSimon commented 8 months ago

Hi,

I generate the helm charts in the build process. What I get before the chart-releaser-action is a tgz with the final helm charts. I tried to extract the files into ./charts but what i get is Nothing to do. No chart changes detected..

Does the chart-releaser check the history of the files in ./charts? Is it possible to upload charts that aren't in the repository itself but are generated in the build process?