By default, Argo CD Image Updater uses docker.io (Docker Hub). If your cluster's container engine uses a different default registry, you must configure it in the registries configuration to prevent workload breakage.
To set a different default, set the default property to true for that registry. Warning: You can only configure exactly one registry as the default. If multiple registries have default: true, the configuration will fail to load.
registries:
- name: RedHat Quay
api_url: https://quay.io
prefix: quay.io
default: true