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
543 stars 199 forks source link

Add flag package-with-index #147

Closed IGx89 closed 8 months ago

IGx89 commented 1 year ago

Hello! chart-releaser v1.6 added flag --package-with-index: https://github.com/helm/chart-releaser/pull/304. Once #146 gets merged would you be able to add that flag to this action as well?

Thanks!

or4dx commented 8 months ago

Hello not sure if this has been raised before but when I use the packages_with_index: true values it still packages it and stores it as a release instead of with the index.yaml file in the gh-pages branch

IGx89 commented 8 months ago

@or4dx there hasn't been a release sadly since this functionality was added to the action -- still waiting for it. I'm seeing recent changes in this repo however so maybe a release is coming soon?

IGx89 commented 8 months ago

@or4dx they just released v1.6 it looks! Give that a try.

IGx89 commented 8 months ago

Closing since this is now added (thanks!), although I haven't been able to use it myself yet due to an unrelated regression (#171).