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

Add pages-index-path flag to chart release action #185

Closed masayag closed 3 months ago

masayag commented 3 months ago

To customize the path for the index.yaml generated by the chart release action, both index-path and pages-index-path flags are added.

Those flags are supported by the cr index:

cr help index | grep "index-path"
  -i, --index-path string              Path to index file (default ".cr-index/index.yaml")
      --pages-index-path string        The GitHub pages index path (default "index.yaml")

Closes https://github.com/helm/chart-releaser-action/issues/183

masayag commented 3 months ago

Closing since it is a duplicate of https://github.com/helm/chart-releaser-action/pull/184