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/12/30 15:05:06 UTC

[GitHub] [apisix-ingress-controller] Randoooom commented on issue #1575: bug: update APISIX helm chart from 0.11.4 to 0.12.3 fails

Randoooom commented on issue #1575:
URL: https://github.com/apache/apisix-ingress-controller/issues/1575#issuecomment-1367962209

   Can confirm this issue. Seems like the admin-api uses v3 as default version now, while the ingress-controller chart still has v2 as default api version (https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix-ingress-controller/values.yaml#L134). Overwriting this default value to v3 resolved that specific issue for me:
   ```yaml
   ingress-controller:
     config:
       apisix:
         adminAPIVersion: v3
   ```
   
   I still have a CrashLoop using this configuration, but this seems to be a different error.


-- 
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