# 部署仓库
```bash
## 添加仓库
helm repo add harbor https://helm.goharbor.io
helm repo add bitnami https/charts.bitnami.com/bitnami
helm repo add microsoft http://mirror.azure.cn/kubernetes/charts
## 更新仓库
helm repo update
## 移除仓库
helm repo remove xxxx
```