This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 3945916  doc: remove note after APISIX dashboard v3.x is released 
(#473)
3945916 is described below

commit 3945916cbfce37b347850762a0d7061f95ddb6fd
Author: Gallardot <ttt...@163.com>
AuthorDate: Thu Mar 16 09:09:02 2023 +0800

    doc: remove note after APISIX dashboard v3.x is released (#473)
    
    Signed-off-by: Gallardot <ttt...@163.com>
---
 docs/en/latest/apisix-dashboard.md          | 6 ++++++
 docs/en/latest/apisix-ingress-controller.md | 2 +-
 docs/en/latest/apisix.md                    | 9 +++++----
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/docs/en/latest/apisix-dashboard.md 
b/docs/en/latest/apisix-dashboard.md
index 864c135..d2be2a5 100644
--- a/docs/en/latest/apisix-dashboard.md
+++ b/docs/en/latest/apisix-dashboard.md
@@ -21,6 +21,12 @@ title: Apache APISIX Dashboard Helm Chart
 #
 -->
 
+## Prerequisites
+
+- [Kubernetes 1.12+](https://kubernetes.io/docs/setup/)
+- [Apache APISIX](https://apisix.apache.org/docs/apisix/installation-guide/)
+- [Helm v3.0+](https://helm.sh/docs/intro/quickstart/#install-helm)
+
 ## Install
 
 To install the chart with release name `apisix-dashboard`:
diff --git a/docs/en/latest/apisix-ingress-controller.md 
b/docs/en/latest/apisix-ingress-controller.md
index 1510066..4bfdf25 100644
--- a/docs/en/latest/apisix-ingress-controller.md
+++ b/docs/en/latest/apisix-ingress-controller.md
@@ -24,7 +24,7 @@ title: Apache APISIX Ingress Controller Helm Chart
 ## Prerequisites
 
 - [Kubernetes 1.12+](https://kubernetes.io/docs/setup/)
-- [Apache APISIX](https://github.com/apache/apisix#configure-and-installation)
+- [Apache APISIX](https://apisix.apache.org/docs/apisix/installation-guide/)
 - [Helm v3.0+](https://helm.sh/docs/intro/quickstart/#install-helm)
 
 ## Install
diff --git a/docs/en/latest/apisix.md b/docs/en/latest/apisix.md
index 9cdddc8..8377b2c 100644
--- a/docs/en/latest/apisix.md
+++ b/docs/en/latest/apisix.md
@@ -21,6 +21,11 @@ title: Apache APISIX Helm Chart
 #
 -->
 
+## Prerequisites
+
+- [Kubernetes 1.12+](https://kubernetes.io/docs/setup/)
+- [Helm v3.0+](https://helm.sh/docs/intro/quickstart/#install-helm)
+
 ## Install
 
 To install the chart with release name `apisix`:
@@ -39,10 +44,6 @@ To quickly experience Apache APISIX related components like 
Apache APISIX Dashbo
 helm repo add apisix https://charts.apiseven.com && helm repo update && helm 
upgrade --install apisix apisix/apisix --create-namespace  --namespace apisix 
--set dashboard.enabled=true --set ingress-controller.enabled=true --set 
ingress-controller.config.apisix.serviceNamespace=apisix
 ```
 
-:::note
-
-The latest APISIX Dashboard are not compatible with APISIX 3.x.
-
 ## Uninstall
 
 To uninstall/delete the `apisix` release:

Reply via email to