Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 130 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 130 Bytes

Helm

List images in chart

helm template <image> | grep -oE 'image: .+' | cut -d' ' -f2 | sort | uniq | tr -d '"'