Unable to update workload image

We are using 2.0, I set my container to “aways” pull the image. But, when I do that I am getting and http error:

ErrImagePull: rpc error: code = Unknown desc = Get https://[our registry address]/manifests/development: denied: access forbidden

It seems obvious that it can’t authenticate the request, but I’m not sure how to fix it. It appears as if the registry was configured ok and that the container pulled its image the first time I set it up.

Any help would be great!!

This issue is resolved. It appeared that creating the workload prior to adding the registry was the cause. Not sure though. I removed the project, recreated it, then added the registry and then added the workload. That seemed to resolve the issue.