1、刪除默認的源
helm repo remove stable
2、增加新的國內鏡像源
helm repo add stable https://burdenbear.github.io/kube-charts-mirror/ 或者 helm repo add stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
3、查看helm源添加情況
helm repo list
4、搜索測試
helm search mysql