I'm encountering an error when deploying the SPIFFE CSI Driver using kubectl apply -f config/spire-csi.yaml. The pods spiffe-csi-driver-5np44 and spire-agent-pq7l7 are failing to start with the status ErrImagePull and Init:ImagePullBackOff respectively.

I suspected the issue was with the image address in the spire-csi.yaml file, so I changed it from image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0 to image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0 but it didn't work. What do you suggest?