- helm chart 생성
- helm chart 패키징
helm package {chart 경로}
- helm chart index.yaml 생성
helm repo index --url https://github.com/build-deploy-pipeline/helm-charts .
- index.yaml에서 각 chart url 수정
- git push
git add index.yaml
git commit -m "{message}"
git push
helm repo add my-repo https://build-deploy-pipeline.github.io/helm-charts/
helm repo update
helm search repo my-repo