[9.0](backport #7241) [helm]: bump elastic-agent helm chart ksm dependency #7271
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.
What does this PR do?
This PR bumps the
kube-state-metrics
(KSM) subchart dependency in the Elastic Agent Helm chart to its latest version.Specifically, it updates
kube-state-metrics
from version5.28.0
to5.30.1
, along with the corresponding digest update inChart.lock
. The generated manifests and configuration files have been updated to reflect this change, including updating the associated KSM application version from2.14.0
to2.15.0
.Why is it important?
Keeping dependencies up to date ensures compatibility with the latest features, security patches, and performance improvements. This update helps maintain alignment with the latest
kube-state-metrics
Helm chart from the Prometheus community.Checklist
./changelog/fragments
using the changelog tool.Disruptive User Impact
This change should not introduce any disruptive impact.
How to test this PR locally
Install any of the kubernetes examples with ksm enabled in a k8s cluster
Related issues
N/A
This is an automatic backport of pull request #7241 done by Mergify.