microbean-helm icon indicating copy to clipboard operation
microbean-helm copied to clipboard

Loading chart with entry names longer than 100 chars is failing

Open avichap opened this issue 7 years ago • 2 comments

In our system we have charts with many nesting levels and thus name are sometimes longer then 100. currently these charts are failing to load in microbean. In the current microbean implementation jtar is used for parsing chart tar files. jtar has limitation as it reflecting old tart format where entry names were limited to 100 chars. see https://github.com/kamranzafar/jtar/issues/9. I have tested with apache common compress TarArchiveInputStream which support the GNU tar format and its worked. migration was easy as same API are exposed both by the new implementation and existing implementation.

Appreciate your support on that!

avichap avatar Aug 22 '18 13:08 avichap

Hi, Did you get chance to look into this issue?

Netaji-Surve avatar Aug 27 '18 07:08 Netaji-Surve

Sorry for the delay in responding; missed this notification!

This is on the radar but it will require a breaking change.

ljnelson avatar Oct 16 '18 18:10 ljnelson