gitlab package registry 서비스를 helm chart repository로 사용하는 방법
mkdir wrtn_django_helm_chart
cp -R $chart_dir ./wrtn_django_helm_chart
cd wrtn_django_helm_chart
helm package wrtn-django
helm repo add --username "SeHyeong LEE" --password "glpat-oPbaEgrVoYdd_8XDQsg4" wrtn_django <https://gitlab.com/api/v4/projects/54318826/packages/helm/stable>
password에는 Personal Access Token을 넣어준다.
project id(54318826)는 settings - general에서 확인할 수 있다.
helm cm-push wrtn-django-0.1.0.tgz wrtn_django