Kuadrant / authorino-operator

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

Disable bundle verify for release v0.9.0 #146

Closed adam-cattermole closed 1 year ago

adam-cattermole commented 1 year ago

A bug in the bundle manifests verification is causing the builds to fail as the replaces directive is generated from the latest github release. During the release workflow the bundle manifests were created correctly (prior to publishing the github release) and have been verified manually. This PR is to disable these checks (on the release branch only) to build the bundle and catalog from the previously generated bundle files.