Kuadrant / authorino-operator

Kubernetes Operator to manage Authorino instances
Apache License 2.0
9 stars 20 forks source link

SHA builds do not use fixed Authorino image #168

Closed pehala closed 2 months ago

pehala commented 10 months ago

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.

guicassolato commented 2 months ago

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.