helm部署redis-ha添加国内可访问镜像

pull/1318/head
heyanyanchina123 2023-08-22 11:11:41 +08:00 committed by jmgao
parent 6dd5267204
commit cb1644eb1b
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ mv ./linux-amd64/helm /usr/bin
```
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
```
国内镜像
```
helm repo add stable http://mirror.azure.cn/kubernetes/charts
```
## 使用 helm 安装应用