Kuadrant / authorino-operator

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

[ci] fix: ignore createdAt on verify-(manifests|bundle) #180

Closed guicassolato closed 7 months ago

guicassolato commented 7 months ago

Fixes ignoring CSV createdAt on verify-manifests and verify-bundle make targets.

These are currently failing in CI due to the difference between latest vs sha256 git ref for tagging the operator image refs that go in the manifests. While, in the dev workflow and PR validation, latest is used, for the image that is built and pushed to registry by CI, the sha256 git ref is used instead.