cronjob/README.md

234 B

Download / Update new images

Helper

Get all images from kubernetes

kubectl get pods --all-namespaces -o jsonpath="{.items[*].spec['initContainers', 'containers'][*].image}" | tr -s '[[:space:]]' '\n' | sort | uniq -c