Skip to content

Commit 0a76c8b

Browse files
authored
update helm repo related as a follow up for #4125 (#4126)
1 parent c926429 commit 0a76c8b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/zh/deployment/distributed-deployment-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ Apollo 1.7.0版本增加了基于Kubernetes原生服务发现的部署模式,
672672
#### 2.4.1.2 添加Apollo Helm Chart仓库
673673

674674
```bash
675-
$ helm repo add apollo https://www.apolloconfig.com/charts
675+
$ helm repo add apollo https://charts.apolloconfig.com
676676
$ helm search repo apollo
677677
```
678678

docs/zh/development/apollo-release-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,15 @@ github 创建 pre-release
119119

120120
### 4.8.1 更新 chart 内容
121121

122-
1. cd ${apollo_home}/scripts/helm
122+
1. cd [apollo-helm-chart](https://github.com/apolloconfig/apollo-helm-chart)
123123
2. helm package apollo-portal && helm package apollo-service
124-
3. mv *.tgz ${apollo_home}/apollo/docs/charts/
125-
4. cd ${apollo_home}/apollo/docs/charts/
124+
3. mv *.tgz docs
125+
4. cd docs
126126
5. helm repo index .
127127

128-
### 4.8.2 分支合并到 master
128+
### 4.8.2 分支合并到 main
129129

130-
创建一个 pull request,把上述产物合并到 master 分支。
130+
创建一个 pull request,把上述产物合并到 [main](https://github.com/apolloconfig/apollo-helm-chart) 分支。
131131

132132
# 5. 发布公告
133133

0 commit comments

Comments
 (0)