ingressclass template causes chart install to fail when using non-semver values in image.tag
#321
Labels
kind/enhancement
New feature or request
image.tag
#321
I encountered this issue when trying to force the helm chart to use the
latest
image tag when testing a new feature. This bug cannot be worked around because the logic is always going to evaluate the SemVer in the following code (even if.Values.ingressClass.enabled
evaluates tofalse
):https://github.com/traefik/traefik-helm-chart/blob/master/traefik/templates/ingressclass.yaml#L1
Do we need this logic check here? Is it not enough to assume the operator is enabling
ingressClass
when they understand their cluster has the required APIs and support? See related issue - #309values.yaml:
Result:
The text was updated successfully, but these errors were encountered: