Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update helm repo location #510

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/installation/manually-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,并且我们建议使用最新版本.
Expand Down