-
Notifications
You must be signed in to change notification settings - Fork 137
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(runner-config): ✨ override image pull policy default value #1422
base: main
Are you sure you want to change the base?
Conversation
e4ac25b
to
d60ffff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the feature and the test! Added some suggestions.
Can you please rebase on main after #1439 has been merged? That should fix the pipeline errors. |
Co-authored-by: Aksel Skaar Leirvaag <52233080+akselleirv@users.noreply.github.com>
Co-authored-by: Aksel Skaar Leirvaag <52233080+akselleirv@users.noreply.github.com>
e510ca1
to
3f2a192
Compare
@akselleirv job is done, i've rebase my pull request and take in account your propositions |
Thanks @yroffin ! Last thing, can you please run make manifests again to generate the CRD. |
@akselleirv job done, do you think it will be store in next milestone ? on my project i will be happy to have this feature |
@yroffin can you please the pipeline https://github.com/flux-iac/tofu-controller/actions/runs/10917321807/job/30326377700?pr=1422 ? Regarding a new release, it depends on a follow up in issue #1234 |
default imagePullPolicy is set to v1.PullIfNotPresent and imagePullPolicy don't exist in CRD
target of this pull request is to add imagePullPolicy in CRD and use it to override default PullIfNotPresent value