The Helm index.yaml
is hosted on the gh-pages
branch of this repo. If this
index becomes out-of-sync with the releases, you can rebuild it by using a
GitHub Actions Workflow.
- To use the
rebuild.sh
script with our workflow, therebuild.sh
script must be checked in to thegh-pages
branch. If you make any changes to the script in this directory, make sure you also commit the same changes to thegh-pages
branch. - You must have permission to run GitHub Actions Workflows for this repo.
- Navigate to https://github.com/rstudio/helm/actions/workflows/chart-rebuild.yaml.
- Use the
Run Workflow
button to run the workflow. - Review the Pull Request created by the workflow.
- When approved, merge the Pull Request into the
gh-pages
branch.