Skip to content

bugfix: allow DinD image to be configured via values #4018

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

yashrajdighe
Copy link

@yashrajdighe yashrajdighe commented Apr 4, 2025

This PR allows the DinD image to be configured via Helm values by checking the container spec for a container named dind and using the defined image if present. If no custom image is specified, it defaults to docker:dind.

This change is necessary because we're hitting Docker Hub rate limits when pulling the default DinD image. By making the image configurable, we can use a custom image from our own registry, which helps avoid these limitations and improves reliability in CI workflows.

The change is already tested in the cloned chart and is working as expected.

This change makes the DinD image configurable by checking the container spec for a container named "dind" and using its defined image if present. Defaults to "docker:dind" otherwise.
@yashrajdighe yashrajdighe changed the title fix: allow DinD image to be configured via values bugfix: allow DinD image to be configured via values Apr 4, 2025
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.

1 participant