nikhilsbhat / helm-images

Helm plugin to fetch all possible images from the chart before deployment or from a deployed release
https://artifacthub.io/packages/helm-plugin/images/images
MIT License
59 stars 12 forks source link

fix(k8:Get): check for metadata key existence before accessing it #30

Closed sboutet06 closed 7 months ago

nikhilsbhat commented 7 months ago

@sboutet06 ,The above change would not address the issue #29 , instead of panicking it errors. Ignoring such manifests by pushing messages to debug/warning makes more sense.