Skip to content

aolde/helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.