max
brew install heml
linux
curl <https://baltocdn.com/helm/signing.asc> | apt-key add -
apt-get install apt-transport-https --yes
echo "deb <https://baltocdn.com/helm/stable/debian/> all main" | tee /etc/apt/sources.list.d/helm-stable-debian.list
apt-get update
apt-get install helm
Repository 추가
helm repo add <repo_name> <repo_url>
Repository 업데이트
helm repo update
차트 검색
helm search repo <chart_name>