-
Notifications
You must be signed in to change notification settings - Fork 16.7k
[stable/prometheus-operator] update dependencies #11044
Conversation
Signed-off-by: Kyle von Bredow <kylevonbredow@gmail.com>
/assign @gianrubio |
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.
/ok-to-test
/lgtm
@kvonbredow, have you tested these changes? Disregarding only minor version change in grafana they introduced some breaking changes. From what I see they should not break this chart, however it should be tested before going live for everyone. |
I tested the changes in my own cluster, and the changes themselves should only be additive (it added optional objects to the helm values). After taking a look, it seems someone simply got in before me and the chart version was hitting a merge conflict. I've caught my branch up with a merge and the tests are passing. |
Signed-off-by: Kyle von Bredow <kylevonbredow@gmail.com>
@jessesuen done! |
I just tested @kvonbredow's change and can confirm that everything seems to be working fine (on GKE) after the dependency updates. |
@davidkarlsen, could you please merge this one? |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, gianrubio, kvonbredow The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Updating dependencies Signed-off-by: Kyle von Bredow <kylevonbredow@gmail.com> * Regenerated lock file for kube-state-metrics 0.13.1 Signed-off-by: Kyle von Bredow <kylevonbredow@gmail.com>
Signed-off-by: Kyle von Bredow kylevonbredow@gmail.com
What this PR does / why we need it:
Updating the dependencies to incorporate the change to prometheus-node-exporter which allows the user to specify
affinity
andnodeSelector
objects.Which issue this PR fixes
Special notes for your reviewer:
Checklist