Skip to content

osism/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

helm-charts

Installation

helm repo add osism https://osism.github.io/helm-charts
helm repo update osism
helm show values osism/CHARTNAME > values.yaml
helm install --create-namespace --namespace CHARTNAME CHARTNAME osism/CHARTNAME --values values.yaml
helm uninstall --namespace CHARTNAME CHARTNAME

Packaging

helm package NAME

Indexing

helm repo index --url https://osism.github.io/helm-charts/ .