operator-framework / operator-controller

Apache License 2.0
28 stars 47 forks source link

Bug: Bundle image source should use ext.Spec.InstallNamespace, not systemNamespace #944

Open joelanford opened 2 weeks ago

joelanford commented 2 weeks ago

See: https://github.com/operator-framework/operator-controller/blob/f301f552978ed4997a09e04fbfccc586237461ee/cmd/manager/main.go#L180

This likely means a slight refactoring of the ImageRegistry implementation.

Related: it probably makes sense to stop using the composite unpacker and instead just use ImageRegistry directly.

LalatenduMohanty commented 2 weeks ago

/assign