删除默认的源
helm repo remove stable
增加新的国内镜像源
helm repo add stable https://burdenbear.github.io/kube-charts-mirror/
或者
helm repo add stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
查看helm源添加情况
helm repo list
删除默认的源
helm repo remove stable
增加新的国内镜像源
helm repo add stable https://burdenbear.github.io/kube-charts-mirror/
或者
helm repo add stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
查看helm源添加情况
helm repo list