helm package {chart 경로}
helm repo index --url https://github.com/build-deploy-pipeline/helm-charts .
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