operator-framework / operator-controller

Apache License 2.0
29 stars 47 forks source link

[Helm Integration] Evaluate if we need to store unpacked bundles in cache. #869

Open varshaprasad96 opened 1 month ago

varshaprasad96 commented 1 month ago

Operator controller currently implements the store interface from Rukpak, using a localdir, to so store unpacked contents. Evaluate if this is required after changing the unpack to use directly registry client.

tmshort commented 1 week ago

Is this done?

joelanford commented 1 week ago

This is not done. I'm pretty sure we store the unpacked bundles twice. Once in an unpacker cache and once in the Storage implementation.