Skip to content

JWebDev/helm-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-charts

Kubernetes applications

How to add a new chart

$ helm package $YOUR_CHART_PATH/ # to build the tgz file
$ helm repo index . # create or update the index.yaml for repo
$ git add .
$ git commit -m 'Your commit message'
$ git push

How to use this chart repo

$ helm repo add jdev 'https://github.com/JWebDev/helm-charts/'
$ helm repo update
$ helm search <your-chart-name>

About

Kubernetes applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published