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

Ingore empty paths in tar files. Fix regex match for .helmignore.

Open derekadams opened this issue 5 years ago • 0 comments

Empty paths in chart tar files cause a null pointer exception. Added code to skip those entries since some published chart archives have this issue. Also, the regex handling for .helmignore produces invalid regular expressions because of a slash that is not escaped.

derekadams avatar Aug 16 '19 13:08 derekadams