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): check for metadata existence #31

Closed sboutet06 closed 7 months ago

sboutet06 commented 7 months ago

If there is no metadata field, gracefully return nothing and log warn

nikhilsbhat commented 7 months ago

@sboutet06, Logging the errors make sense, but we need not initialise logger within. I have pushed changes yesterday which takes in the logger, can we reuse the same.