-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Rebuilding Index | ||
|
||
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. | ||
|
||
## Prerequisites | ||
|
||
- To use the `rebuild.sh` script with our workflow, the `rebuild.sh` | ||
script must be checked in to the `gh-pages` branch. If you make any changes | ||
to the script in this directory, make sure you also commit the same changes | ||
to the `gh-pages` branch. | ||
- You must have permission to run GitHub Actions Workflows for this repo. | ||
|
||
## Running the Action | ||
|
||
- 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. |