From cb1644eb1b43051bd8a9385c875ac89b6577c2f1 Mon Sep 17 00:00:00 2001 From: heyanyanchina123 Date: Tue, 22 Aug 2023 11:11:41 +0800 Subject: [PATCH] =?UTF-8?q?helm=E9=83=A8=E7=BD=B2redis-ha=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=9B=BD=E5=86=85=E5=8F=AF=E8=AE=BF=E9=97=AE=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/helm.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guide/helm.md b/docs/guide/helm.md index c86da3c..8187dd2 100644 --- a/docs/guide/helm.md +++ b/docs/guide/helm.md @@ -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 安装应用