Skip to content

build-and-run/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helm-charts

build-and-run helm charts repository

usage

stable repo

helm repo add build-and-run https://charts.build-and-run.fr/stable
helm repo update

incubator repo

helm repo add build-and-run https://charts.build-and-run.fr/incubator
helm repo update

Adding charts

  • Add/Edit you chart in src/stable or src/incubator directory
  • Run make package-stable my-chart or make package-incubator my-chart
  • Run make index

Contributing

Testing localy

helm serve --repo-path docs/stable --url https://charts.build-and-run.fr/stable
helm repo add test-bar-stable http://127.0.0.1:8879/

or

helm serve --repo-path charts/incubator --url https://build-and-run.github.io/helm-charts/charts/incubator
helm repo add test-bar-incubator http://127.0.0.1:8879/

About

build-and-run helm charts repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published