This repository stores helm charts that can be fetched via Github pages. This is primarily used to mirror other chart repositories.
- Fetch a chart from the repository that you wish to mirror.
- Store it as a
.tgz
file in the repository. - Run
./scripts/update-index.sh
- Create a PR and merge it.
E.g. to get a new version of RabbitMQ
- get chart:
gh repo clone bitnami/charts
cd charts/bitnami && helm package -u charts/bitnami/rabbitmq
- ./scripts/update-index.sh
Apache-2.0