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 10:19:12 UTC

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

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

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