You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/11/09 06:58:47 UTC

[GitHub] [apisix-helm-chart] tao12345666333 commented on a diff in pull request #390: feat: support for using apisix 3.x image

tao12345666333 commented on code in PR #390:
URL: https://github.com/apache/apisix-helm-chart/pull/390#discussion_r1017499387


##########
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 is not compatible with APISIX 3.x.

Review Comment:
   the dashboard is also not compatible with APISIX 3.x, right?



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org