https://loudsrl.github.io/helm-charts
Install Helm if you don’t already have it.
Add the LOUDsrl chart repository:
helm repo add loudsrl https://loudsrl.github.io/helm-charts
helm repo update
Search for available charts:
helm search repo loudsrl
Install a chart:
helm install my-<release-name> loudsrl/<chart-name>
Uninstall a release:
helm uninstall my-<release-name>
The index.yaml
file is automatically generated by GitHub Actions on every push to the main branch. It will be published to the gh-pages
branch only.
To remove old chart versions from the repo:
The index will be regenerated without those versions on the next publish.