Many of our resources only select a particular image tag; rather than an exact hash.
- Use kustomization image field to hashlock
- Check any operators for additional images they may bring in
kubectl get pods --all-namespaces -o json | jq '.items[].spec.containers[].image' | grep -v sha256 | sort -u
Many of our resources only select a particular image tag; rather than an exact hash.