Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

masayag
Copy link

@masayag masayag commented Mar 31, 2024

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 #183

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")
```

Signed-off-by: Moti Asayag <masayag@redhat.com>
@masayag
Copy link
Author

masayag commented Mar 31, 2024

Closing since it is a duplicate of #184

@masayag masayag closed this Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is there any way to customize pages-index-path and index-path?
1 participant