Skip to content

Commit

Permalink
Update upgrade.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Nov 8, 2024
1 parent f91af00 commit 5a1022f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/latest/zh-cn/ops/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ description: Higress 版本升级.
### 基于 Helm 实现版本升级

```bash
# ${higress_version} 的值示例: v1.1.0
kubectl apply -f https://raw.githubusercontent.com/alibaba/higress/${higress_version}/helm/core/crds/customresourcedefinitions.gen.yaml
# ${higress_version} 的值示例: v2.0.3
kubectl apply -f https://github.com/alibaba/higress/releases/download/${higress_version}/crd.yaml
helm repo update
helm get values higress -n higress-system > values.yaml
helm upgrade higress -n higress-system higress.io/higress -f values.yaml
Expand Down

0 comments on commit 5a1022f

Please sign in to comment.