Helm repo for charts created by @aolde
helm repo add aolde https://aolde.github.io/helm
helm repo update
helm search repo aolde
helm install my-release aolde/<chart>
cd charts
helm create <name>
- Update
Chart.yaml
version
andappVersion
fields. - Commit and push changes.
- The github workflow will release a new chart update to the repo.