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