full_container_scheme/deploy-kubernetes-helm/helm仓库.md

15 lines
286 B
Markdown

# 部署仓库
```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
```