You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chart releaser has two arguments pages-index-path and index-path while it seems that they are not supported by chart-releaser-action. Is there any way to read and update index information from other path instead of default ./index.yaml?
My situation is that I use a document framework to generate static site to gh-pages, which would overwrite the whole branch including the index.yaml. So I need to update and put the index.yaml at the site's static/ folder on other branch.
$ cr index --help
Update a Helm chart repository index.yaml file based on a the
given GitHub repository's releases.Usage: cr index [flags]Flags: ... -i, --index-path string Path to index file (default ".cr-index/index.yaml") -o, --owner string GitHub username or organization -p, --package-path string Path to directory with chart packages (default ".cr-release-packages") --pages-branch string The GitHub pages branch (default "gh-pages") --pages-index-path string The GitHub pages index path (default "index.yaml") ...Global Flags: --config string Config file (default is $HOME/.cr.yaml)
The text was updated successfully, but these errors were encountered:
powerfooI
changed the title
Is there any way to custom pages-index-path and index-path?
Is there any way to customize pages-index-path and index-path?
Mar 29, 2024
Another motivation for this is when relying on the GitHub pages feature, there is an option to select /root or /docs as a source for the GitHub pages. While things work smoothly for /root, creating a working repository with /docs fails.
Version: [email protected]
Chart releaser has two arguments
pages-index-path
andindex-path
while it seems that they are not supported by chart-releaser-action. Is there any way to read and update index information from other path instead of default./index.yaml
?My situation is that I use a document framework to generate static site to gh-pages, which would overwrite the whole branch including the
index.yaml
. So I need to update and put theindex.yaml
at the site'sstatic/
folder on other branch.The text was updated successfully, but these errors were encountered: