1、添加仓库 相当于Linux添加国内的yum源
helm repo add stable http://mirror.azure.cn/kubernetes/charts
helm repo add aliyun https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
helm repo update
2、查看配置的存储库
helm repo list
helm search repo stable
3、删除存储库:
helm repo remove aliyun