# 최신 버전 brew install helm # 과거 버전을 설치하려면 다음과 같이 한다 curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 chmod 700 get_helm.sh ./get_helm.sh -v v2.14.3
helm repo add bitnami https://charts.bitnami.com/bitnami # add chart repohelm repo update # Make sure we get the latest list of chartshelm install bitnami/mysql --generate-name