Upgrade kube-prometheus-stack chart to v66.1.1 #2341
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Warning
This is a public repository, ensure not to disclose:
What kind of PR is this?
Required: Mark one of the following that is applicable:
Optional: Mark one or more of the following that are applicable:
Important
Breaking changes should be marked
kind/admin-change
orkind/dev-change
depending on typeCritical security fixes should be marked with
kind/security
What does this PR do / why do we need this PR?
Noticed that the
kube-prometheus-stack
was falling behind a bit, this PR upgrades the Helm chart to v66.1.1.This fixes some ARP metrics and a log issue caused by this in the node-exporter (this is mentioned in the linked issue).
Alertmanager in the Mangement cluster is not upgraded, instead the image version is fixed to previous v0.26.0 due to v0.27.0 deprecating the
v1
API endpoint, which is still used by Thanos. Once we upgrade Thanos to v0.35 or higher, thev2
endpoint will be default (see related upstream issue).Information to reviewers
Since this PR changes a lot of files, I recommend simply testing out the migration script in a dev environment, i.e. deploy previous version of
kube-prometheus-stack
and then run:Run tests and check that metrics looks fine.
Checklist
NetworkPolicy Dashboard