You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following operator-framework/catalogd#145, we should update the Unpack() method of ImageRegistry source to be asynchronous. This will ensure we don't create a reconciliation loop block on the actual pulling and layer unpacking of the catalog image.
Acceptance Criteria:
The Unpack() method of the ImageRegistry source is asynchronous
Following operator-framework/catalogd#145, we should update the
Unpack()method ofImageRegistrysource to be asynchronous. This will ensure we don't create a reconciliation loop block on the actual pulling and layer unpacking of the catalog image.Acceptance Criteria:
Unpack()method of theImageRegistrysource is asynchronous