Skip to content

Kubedex/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kubedex charts library

To use this charts repository

helm repo add kubedex https://kubedex.github.io/charts
helm repo update

Development

  1. Update the version in Chart.yaml
  2. helm package helm-controller
  3. mv helm-controller-0.0.x.tgz docs/
  4. helm repo index docs --url https://kubedex.github.io/charts
  5. Commit and push to master