-
Notifications
You must be signed in to change notification settings - Fork 31
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
configure agent images without updating controller with the "image" value #138
Comments
You want to use |
Works as expected with The help text is a bit misleading. "The image to use for the controller" seems more accurate. |
The help text from here? I agree, that's a vestige of a time from before the Helm chart, those are the CLI options for the controller binary. |
Ok, |
Hey were you able to get your hooks working? I just figured out a way but not sure if I missed something! |
I'd like to add custom hooks to the agent image without updating the controller pod. I notice that when I deploy with
--set image=my-custom-image:latest
, the controller gets redeployed with my image. This was unexpected based on the help text.--image string The image to use for the Buildkite agent (default "ghcr.io/buildkite/agent-k8s:latest")
Is that behavior intentional? And is there a recommended approach for customizing the agent images?
The text was updated successfully, but these errors were encountered: