Skip to content

rantanevich/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Helm Charts

Helm charts repository

Usage

Helm must be installed to use charts. Once Helm is set up properly, add the repo:

helm repo add rantanevich https://rantanevich.github.io/helm-charts
helm repo update

To show available charts:

helm search repo rantanevich

To install a chart:

helm install <release-name> rantanevich/<chart-name>