tao12345666333 commented on PR #331: URL: https://github.com/apache/apisix-helm-chart/pull/331#issuecomment-1229377884
I need clarification here Although the v2beta1 version of the resource has been removed in the v1.5 version. https://github.com/apache/apisix-ingress-controller/issues/707 In order to allow users to successfully complete the upgrade. We need to keep the definition of the old version of the resource in the CRD file. So if you want to publish the v1.5 version of the Helm chart, you just need to add the v2 version of the CRD and set the `served` and `storage` fields to false for all other versions. (and set `deprecated: true` ) You can copy v2 CRD from here https://github.com/apache/apisix-ingress-controller/tree/v1.5.0/samples/deploy/crd/v1 In addition, please remember to update its RBAC configuration, in this version we have sorted out its related permissions and narrowed its authorization. https://github.com/apache/apisix-ingress-controller/pull/1131 -- 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]
