Currently, the SHA version of authorino-operator uses quay.io/kuadrant/authorino:latest for Authorino instances by default. The correct behaviour would be to use a fixed tag, similar to how limitador-operator does this.
Workaround exists since it can be overridden in the CR, however, in context of Kuadrant nightly builds it makes it that the build is not complete as not all components use fixed tags. Probably could be solved as part of some greater CI/CD work.
Confirmed. Maybe Limitador Operator's approach of reading the org var that stores the most recent SHA of the operand can be of inspiration for the fix.
Currently, the SHA version of authorino-operator uses
quay.io/kuadrant/authorino:latest
for Authorino instances by default. The correct behaviour would be to use a fixed tag, similar to howlimitador-operator
does this.Workaround exists since it can be overridden in the CR, however, in context of Kuadrant nightly builds it makes it that the build is not complete as not all components use fixed tags. Probably could be solved as part of some greater CI/CD work.