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.
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.