tokers commented on code in PR #390: URL: https://github.com/apache/apisix-helm-chart/pull/390#discussion_r1017741926
########## docs/en/latest/apisix.md: ########## @@ -31,6 +31,18 @@ helm repo update helm install apisix apisix/apisix --create-namespace --namespace apisix ``` +### APISIX v3.x + +The current default version of APISIX installed is 2.15.0, if you want to install APISIX 3.x, to install the chart of APISIX with: + +```shell +helm install apisix apisix/apisix --set apisix.image.tag=3.0.0-debian --create-namespace --namespace apisix +``` + +:::note + +APISIX-Ingress-Controller and APISIX Dashboard are not compatible with APISIX 3.x. Review Comment: ```suggestion The latest APISIX Ingress Controller and APISIX Dashboard are not compatible with APISIX 3.x. ``` ########## docs/en/latest/apisix.md: ########## @@ -31,6 +31,18 @@ helm repo update helm install apisix apisix/apisix --create-namespace --namespace apisix ``` +### APISIX v3.x + +The current default version of APISIX installed is 2.15.0, if you want to install APISIX 3.x, to install the chart of APISIX with: Review Comment: ```suggestion The current default version of APISIX installed is `2.15.0`, if you want to install APISIX 3.x, to install the chart of APISIX with: ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
