
Helm Chart Repository
- http/https 웹 서버
- index.yaml을 통해 차트 정보 관리
- 버전 별 차트 압축파일
index.yaml
- Helm 차트의 Chart.yaml 내용
- 차트 압축파일의 위치 (urls)
- 차트 압축파일의 hash 값 (digest)
- 모든 차트의 내용을 하나의 인덱스 파일로 관리
명령어
저장소 추가
helm repo add
저장소 삭제
helm repo remove
저장소 리스트
helm repo list
index.yaml 생성
helm repo index
캐싱된 index.yaml 갱신
helm repo update
helm pagkage [PATH]