#26783 [Bug]: The redis pod has image pull error when upgrade to 1.83.10-stable
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
I have upgrade the litellm version to 1.83.10-stable and then the redis local pod has image pull error
Here is my simple config ``` redis: enabled: true architecture: standalone ```
And the error I got ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 66s default-scheduler Successfully assigned litellm/litellm-redis-master-0 to ip-172-25-0-58.ec2.internal Warning FailedAttachVolume 66s attachdetach-controller Multi-Attach error for volume "pvc-53a15474-c25e-40ae-a012-cd9dd17391b1" Volume is already exclusively attached to one node and can't be attached to another Normal SuccessfulAttachVolume 54s attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-53a15474-c25e-40ae-a012-cd9dd17391b1" Normal Pulling 15s (x3 over 53s) kubelet Pulling image "docker.i…