Baoyuantop commented on issue #743: URL: https://github.com/apache/apisix-helm-chart/issues/743#issuecomment-4205344079
This is a known Helm limitation — Helm does not automatically upgrade CRDs that already exist in the cluster. The CRDs are located in the `crds/` directory of the chart (including `apisixic-crds.yaml` and `gwapi-crds.yaml`). To upgrade CRDs manually, run: ```bash kubectl apply --server-side -f https://raw.githubusercontent.com/apache/apisix-helm-chart/main/charts/apisix-ingress-controller/crds/apisixic-crds.yaml ``` This is documented as a Helm design decision: https://helm.sh/docs/chart_best_practices/custom_resource_definitions/ Closing as this is a known Helm limitation, not a chart defect. If you still have concerns, please feel free to reopen. -- 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]
