PR #846 allows operator-controller to use helm under the hood for package installs. It is using a separate binary, unpack, to manage image unpacking. This issue proposes to use a direct image registry client approach to save the need to create a separate binary. The work would be very similar to that done on rukpak here: operator-framework/rukpak#874