helm repo add <repo-name> https://alauda.github.io/captain-test-charts/
kubectl apply -f https://raw.githubusercontent.com/alauda/captain-test-charts/master/chartrepo.yaml
The ChartRepo name is captain-test
- create a dir with chart source
- Run
helm package <source-dir>/
- Run
helm repo index --url https://alauda.github.io/captain-test-charts/ --merge index.yaml .
chech the hr
dir, it contains all the kinds of HelmRequests
There is also a test script in captain to show how to use this repo: tests.sh