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
{{ message }}
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
There seems to be a bug in the unpacking logic where the unpacking pod uses the same name as the catalog being unpacked. This results in a scenario where when you update the Catalog.Spec.Source.Image.Ref field to point to a new image reference it finds the unpacking pod used for a previous version of the Catalog and doesn't unpack the new reference.
A potential solution for this is to append the hash of the Catalog to the unpack pod name to ensure uniqueness.
There seems to be a bug in the unpacking logic where the unpacking pod uses the same name as the catalog being unpacked. This results in a scenario where when you update the
Catalog.Spec.Source.Image.Reffield to point to a new image reference it finds the unpacking pod used for a previous version of theCatalogand doesn't unpack the new reference.A potential solution for this is to append the hash of the
Catalogto the unpack pod name to ensure uniqueness.