-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Semantic Version #393
Comments
What's the APISIX version are you using? |
2.15.0 |
what's your image tag?
|
It is a custom image. My image tag does not follow semantic versioning. |
This is where the problem lies. The logic here exists for APISIX 3.0-compatible mirroring to run. What you need to do is to remove this part of the logic, or modify your image tag. |
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.
The text was updated successfully, but these errors were encountered: