Add the repo:
helm repo add cems https://cemsbv.github.io/helm-charts/
helm repo updatehelm template charts/api --debugInstall dependencies:
- ChartMuseum
- servecm plugin:
helm plugin install https://github.com/jdolitsky/helm-servecm - push plugin:
helm plugin install https://github.com/chartmuseum/helm-push.git
Run server:
helm servecm --port=8879 --storage local --storage-local-rootdir /tmp/local --context-path=/chartsAdd local repo:
helm repo add local http://127.0.0.1:8879/chartsPush the chart to test:
helm cm-push charts/api local