Gallardot commented on issue #561: URL: https://github.com/apache/apisix-helm-chart/issues/561#issuecomment-1592258077
If you need to use APISIX 3.2.x, you should use APISIX helm charts in version: 1.3.1. APISIX3.3 and APISIX3.2 have some break change. Specific can refer to https://github.com/apache/apisix-helm-chart/pull/543 And [CHANGELOG](https://github.com/apache/apisix/blob/master/CHANGELOG.md#330) You can use the following command to install it ``` helm install apisix apisix/apisix --create-namespace --namespace apisix --version 1.3.1 ``` -- 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]
