Skip to content

Commit 73cf2eb

Browse files
committed
docs: fix Helm chart repository URL
1 parent 45b7d73 commit 73cf2eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The control plane is designed to stay Kubernetes-native. Gateway API resources r
4747
Helm is the recommended production installation path:
4848

4949
```bash
50-
helm repo add nantian-gw https://nantian-gw.github.io/helm-charts
50+
helm repo add nantian-gw https://charts.nantian.dev
5151
helm install nantian-gw nantian-gw/nantian-gw \
5252
--namespace nantian-gw \
5353
--create-namespace

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ spec:
8989
### Helm(推荐用于生产环境)
9090
9191
```bash
92-
helm repo add nantian-gw https://nantian-gw.github.io/helm-charts
92+
helm repo add nantian-gw https://charts.nantian.dev
9393
helm install nantian-gw nantian-gw/nantian-gw \
9494
--namespace nantian-gw \
9595
--create-namespace

0 commit comments

Comments
 (0)