安装helm
wget https://get.helm.sh/helm-v3.12.0-linux-amd64.tar.gz tar zxvf helm-v3.12.0-linux-amd64.tar.gz cp linux-amd64/helm /usr/bin chmod +x /usr/bin/helm helm version
添加 chart 源
helm repo add stable https://kubernetes-charts.storage.googleapis.com helm repo add aliyuncs https://apphub.aliyuncs.com helm repo list
查询库
helm search repo aliyuncs | head -5
安装应用
helm install nginx aliyuncs/nginx
下载到本地
helm fetch koderover-chart/zadig -v1.8.1