From 908b2ac418e64bad83f692168fd2c374bc7d12f2 Mon Sep 17 00:00:00 2001 From: Simon Tien Date: Fri, 31 Jan 2025 08:49:56 +1100 Subject: [PATCH] fix: update helm repo location --- docs/installation/manually-setup.md | 2 +- .../current/installation/manually-setup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/manually-setup.md b/docs/installation/manually-setup.md index bd47486fec..a901ee0e45 100644 --- a/docs/installation/manually-setup.md +++ b/docs/installation/manually-setup.md @@ -32,7 +32,7 @@ izwz9dohcv74iegqecp4axz Ready control-plane,master 6d1h v1.22.11 All the helm charts used in this tutorial can be found in [openyurt-helm repo](https://github.com/openyurtio/openyurt-helm). please add the repo as follows: ```bash -helm repo add openyurt https://openyurtio.github.io/openyurt-helm +helm repo add openyurt https://openyurtio.github.io/charts ``` You can then run `helm search repo openyurt` to see the charts. diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/installation/manually-setup.md b/i18n/zh/docusaurus-plugin-content-docs/current/installation/manually-setup.md index 338a997d09..bc154840be 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/installation/manually-setup.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/installation/manually-setup.md @@ -34,7 +34,7 @@ iptables -w -P FORWARD ACCEPT 接下来要用到的所有 helm charts 都可以在[openyurt-helm 仓库](https://github.com/openyurtio/openyurt-helm)中找到。请按照以下方式添加仓库: ```bash -helm repo add openyurt https://openyurtio.github.io/openyurt-helm +helm repo add openyurt https://openyurtio.github.io/charts ``` 您可以运行 `helm search repo openyurt` 来查看这些 helm charts,并且我们建议使用最新版本.