Check the image version in pod without the describe command
See the solution below.
kubectl get po nginx -o
jsonpath='{.spec.containers[].image}{"\n"}'
Submit