Hi folks, I have built a custom connector but when...
# ask-community-for-troubleshooting
s
Hi folks, I have built a custom connector but when I import it in Airbyte, I see a lot of sidecar init containers starting like relay-stdout, relay-stderr, remote-stdin, etc which pull images from dockerhub. Now, I want to remove all the dependency on dockerhub because of rate limiting issue. I can push all these images to my own private repo, but how do I change these references in my deployment? I see that these images are defined here. Will I have to redeploy worker ?
Found the solution in case anyone stumbles across this in future: We have to override these env vars in our worker deployment https://github.com/airbytehq/airbyte/blob/master/airbyte-config/config-models/src/main/java/io/airbyte/config/EnvConfigs.java#L726
s
Hey @Shivam Kapoor, thanks for the question and for digging into the code to the find the solution. Sorry for not getting to your question sooner. Feel free to post more questions in the channel and we’ll try our best to provide help.
❤️ 1