Closed eguzki closed 1 week ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 25.00000%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 61.54%. Comparing base (
66594a6
) to head (f0150c1
).
Files with missing lines | Patch % | Lines |
---|---|---|
controllers/authorino_controller.go | 25.00% | 4 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
he requested changes, so I ~cannot~ shoud not merge even with one approval.
Signed the commits
What
Authorino image can be read from
RELATED_IMAGE_AUTHORINO
env var. Defaults toquay.io/kuadrant/authorino:latest
Required to specify the authorino image from the CSV manifest
The authorino image being used in the deployment is read from different sources with some order of precedence:
spec.image
RELATED_IMAGE_AUTHORINO
env var-X github.com/kuadrant/authorino-operator/controllers.DefaultAuthorinoImage=VALUE
quay.io/kuadrant/limitador:latest
Verification steps
run cluster
install CRDs
run operator locally with specific
RELATED_IMAGE_AUTHORINO
env var.Create authorino object without
spec.image
to deploy version from env var.Check authorino's version is
quay.io/kuadrant/authorino:v0.18.0
The response should be
Clean up