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/16 09:54:53 UTC

[GitHub] [apisix-helm-chart] dcuebas opened a new issue, #393: Invalid Semantic Version

dcuebas opened a new issue, #393:
URL: https://github.com/apache/apisix-helm-chart/issues/393

   I am using an image that includes my custom external plugin but because of 
   (`.../apisix/templates/configmap.yaml` - line 17)
   
   `{{- $isBeta := (semverCompare ">=2.99.0-0" .Values.apisix.image.tag) }}` 
   
   I now get an error:
   `error calling semverCompare: Invalid Semantic Version`
   
   Please consider users who are not using default apisix images.


-- 
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.apache.org

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


[GitHub] [apisix-helm-chart] dcuebas commented on issue #393: Invalid Semantic Version

Posted by GitBox <gi...@apache.org>.
dcuebas commented on issue #393:
URL: https://github.com/apache/apisix-helm-chart/issues/393#issuecomment-1323190945

   It is a custom image - hence no semantic version tag.


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


[GitHub] [apisix-helm-chart] dcuebas closed issue #393: Invalid Semantic Version

Posted by GitBox <gi...@apache.org>.
dcuebas closed issue #393: Invalid Semantic Version
URL: https://github.com/apache/apisix-helm-chart/issues/393


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


[GitHub] [apisix-helm-chart] tokers commented on issue #393: Invalid Semantic Version

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #393:
URL: https://github.com/apache/apisix-helm-chart/issues/393#issuecomment-1316734749

   What's the APISIX version are you using?


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


[GitHub] [apisix-helm-chart] dcuebas commented on issue #393: Invalid Semantic Version

Posted by GitBox <gi...@apache.org>.
dcuebas commented on issue #393:
URL: https://github.com/apache/apisix-helm-chart/issues/393#issuecomment-1323159346

    2.15.0


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


[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #393: Invalid Semantic Version

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #393:
URL: https://github.com/apache/apisix-helm-chart/issues/393#issuecomment-1323175247

   what's your image tag?


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


[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #393: Invalid Semantic Version

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #393:
URL: https://github.com/apache/apisix-helm-chart/issues/393#issuecomment-1323228490

   This is where the problem lies.
   
   The logic here exists for APISIX 3.0-compatible mirroring to run.
   We will publish an official Helm chart for 3.0 once other relevant components are in place.
   At that time, these logics will be removed.
   
   
   What you need to do is to remove this part of the logic, or modify your image tag.


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