Skip to content

Commit

Permalink
update helm repo related as a follow up for #4125 (#4126)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam authored Dec 3, 2021
1 parent c926429 commit 0a76c8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/zh/deployment/distributed-deployment-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ Apollo 1.7.0版本增加了基于Kubernetes原生服务发现的部署模式,
#### 2.4.1.2 添加Apollo Helm Chart仓库

```bash
$ helm repo add apollo https://www.apolloconfig.com/charts
$ helm repo add apollo https://charts.apolloconfig.com
$ helm search repo apollo
```

Expand Down
10 changes: 5 additions & 5 deletions docs/zh/development/apollo-release-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ github 创建 pre-release

### 4.8.1 更新 chart 内容

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

### 4.8.2 分支合并到 master
### 4.8.2 分支合并到 main

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

# 5. 发布公告

Expand Down

0 comments on commit 0a76c8b

Please sign in to comment.