-
Notifications
You must be signed in to change notification settings - Fork 75
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
add imagepullpolicy support. #446
add imagepullpolicy support. #446
Conversation
Thanks for this! Can you run |
thanks @saswatamcode Done. |
The e2e tests are failing because it seems that kube-prometheus renamed a file in main. We should pin the version of the file we are downloading so that we are not so fragile.
The new file is located at: https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/main/manifests/setup/0servicemonitorCustomResourceDefinition.yaml |
I found @saswatamcode raised another PR to fix the failing e2e tests, see: #447 |
Signed-off-by: morvencao <[email protected]>
Signed-off-by: morvencao <[email protected]>
915e363
to
82dfe0e
Compare
Rebased the code changes to pass the e2e tests. |
@saswatamcode @squat PTAL |
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.
Thanks! LGTM
@morvencao this PR seems to only add the field for a small subset of all of the components. Are these the only ones you are interested in? Or perhaps the only ones that don't expose this option? |
Signed-off-by: morvencao <[email protected]>
thanks @squat |
@squat ^^ |
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.
Thanks!
ref: observatorium/operator#76
Signed-off-by: morvencao [email protected]