Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 616 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 616 Bytes

helm

Helm repo for charts created by @aolde

Artifact HUB

Register repo

helm repo add aolde https://aolde.github.io/helm
helm repo update
helm search repo aolde
helm install my-release aolde/<chart>

Development

Add new chart to repo

cd charts
helm create <name>

Release chart update

  1. Update Chart.yaml version and appVersion fields.
  2. Commit and push changes.
  3. The github workflow will release a new chart update to the repo.