Couldn't fix "Typo in an image name" as I couldn't get the deployment(YAML) file name

Hello, I’ve tried to complete the below mentioned task, I found among the 2 containers in a pod, one is in “ImagePullBackoff” state, as the image name is not correct. I’ve tried to update/change it, But I couldn’t get it done. Can someone please guide me, how to update the name of the image name, I need someone to help me here…

Kubernetes
Task no: 11 - Resolve Pod Deployment Issue

I don’t have access to the task – you’d need to create a review link so other people can get good access to it – but if it’s a pod, you can update the image name imperatively with k set image pod PODNAME CONTAINER_NAME=new-image-name.