build-and-run helm charts repository
helm repo add build-and-run https://charts.build-and-run.fr/stable
helm repo updatehelm repo add build-and-run https://charts.build-and-run.fr/incubator
helm repo update- Add/Edit you chart in
src/stableorsrc/incubatordirectory - Run
make package-stable my-chartormake package-incubator my-chart - Run
make index
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/