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 ?