Nexus 의 헬름차트 저장소으로 사용
헬름 저장소 만들기
1. Nexus > 설정 > Create Repository
2. Helm (hosted) 선택
3. Name 과 Blob store 를 입력하고 Create Repository를 클릭합니다.
4. 생성된 "helm host" 리포지토리를 확인할 수 있습니다.
생성된 리포티토리에 헬름차트 업로드하기
1. 커맨드으로 파일 업로드 하기curl -u admin:admin12341234 \
--upload-file rancher-2.11.3.tgz \
http://172.10.30.11:8081/repository/helm-host/
예시2) 헬름차트를 다운로드 하고, 넥서스 저장소에 업로드 하기
1. 롱혼 헬름차트를 다운하기 위해서, 리포지토리 추가
helm repo add longhorn https://charts.longhorn.io
2. 롱혼 헬름차트를 리포토지토리에서 파일로 다운
helm pull longhorn/longhorn --version 1.7.0
3. 다운로드한 파일을 넥서스 저장소에 업로드 하기
curl -u admin:admin12341234 \
--upload-file longhorn-1.7.0.tgz \
http://172.10.30.11:8081/repository/helm-host/





댓글
댓글 쓰기