From c93db6494afcee4caa478b6d3cf5a9be0f37a3de Mon Sep 17 00:00:00 2001 From: Jianbo Sun Date: Mon, 24 May 2021 16:30:09 +0800 Subject: [PATCH] use custom domain for vela charts (#1701) --- docs/en/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/install.mdx b/docs/en/install.mdx index 35e2e45ae..f000ea988 100644 --- a/docs/en/install.mdx +++ b/docs/en/install.mdx @@ -82,7 +82,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/mast 1. Add helm chart repo for KubeVela ```shell script - helm repo add kubevela https://kubevelacharts.oss-accelerate.aliyuncs.com/core + helm repo add kubevela https://charts.kubevela.net/core ``` 2. Update the chart repo