Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: Support imagePullSecrets in connect chart #144

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alexbescond
Copy link

Context

The helm chart support changing the container registry. However, it does not support imagePullSecrets which means that the images on our private registry must be public.

Proposal

Add this imagePullSecrets on the connect and operator deployment. By default, there is nothing but we can add this value if we want to use private registry.

@tomjo
Copy link

tomjo commented Jul 7, 2023

We're also interested in this as we would like to pull the image through our registry proxy to not hit dockerhub rate limiting. Another option to set the imagePullSecrets would be attaching them to a specific serviceaccount but this is also not configurable for connect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants