You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not install this operator. I just got a task to upgrade whole OKD cluster. Upgrades go well but redis got stuck during redeployment because default redis image is set to docker.io repository (unlike other images from this operator which are set to quay.io).
You can set ARGOCD_REDIS_IMAGE in operator subscription with your image. This will make the changes at global level, i.e all ArgoCD instances will use the new image.
I did not install this operator. I just got a task to upgrade whole OKD cluster. Upgrades go well but redis got stuck during redeployment because default redis image is set to docker.io repository (unlike other images from this operator which are set to quay.io).
https://github.com/argoproj-labs/argocd-operator/blob/master/common/defaults.go
And docker.io has pull limits.
https://docs.docker.com/docker-hub/download-rate-limit/
I would prefer to point to other image (like to quay.io or our own registry). How to do that? I don't see anything related in documentation
https://argocd-operator.readthedocs.io/en/latest/
The text was updated successfully, but these errors were encountered: