Is there a way to set a custom registry or image p...
# ask-ai
g
Is there a way to set a custom registry or image prefix for built in/marketplace connectors? I am running airbyte on kubernetes via helm in AWS EKS. I need to use ECR as a pull through cache for docker hub to avoid ErrImagePull rate limit errors on syncs. For example, instead of
airbyte/source-e2e-test
(which defaults to docker hub), I need to pull
<http://custom-registry-domain-example.com/airbyte/source-e2e-test|custom-registry-domain-example.com/airbyte/source-e2e-test>
. This is across all non-custom connectors.
u
New message text here