From 9593cb7340f8fdfe312aec8e8dbcb023e9fd7fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=B3=BD=E8=BD=A9?= Date: Mon, 23 Jan 2023 14:27:58 +0800 Subject: [PATCH] docs: update higress version (#141) Signed-off-by: spacewander --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 558ef699e..53514e3cf 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ helm install higress -n higress-system oci://higress-registry.cn-hangzhou.cr.ali #### 第四步、 创建 Ingress 资源并测试 ```bash -kubectl apply -f https://github.com/alibaba/higress/releases/download/v0.5.2/quickstart.yaml +kubectl apply -f https://github.com/alibaba/higress/releases/download/v0.6.0/quickstart.yaml ``` 测试 Ingress 生效: @@ -178,7 +178,7 @@ curl localhost/bar #### 卸载资源 ```bash -kubectl delete -f https://github.com/alibaba/higress/releases/download/v0.5.2/quickstart.yaml +kubectl delete -f https://github.com/alibaba/higress/releases/download/v0.6.0/quickstart.yaml helm uninstall higress -n higress-system