Skip to content

feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 82.2.1 ➔ 82.4.0 )#339

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-82.x
Open

feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 82.2.1 ➔ 82.4.0 )#339
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-82.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/prometheus-community/charts/kube-prometheus-stack (source) minor 82.2.182.4.0

Release Notes

prometheus-community/helm-charts (ghcr.io/prometheus-community/charts/kube-prometheus-stack)

v82.4.0

Compare Source

kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.

What's Changed

  • [kube-prometheus-stack] unify PodDisruptionBudget configuration by @​mkmet in #​6669

New Contributors

Full Changelog: prometheus-community/helm-charts@prometheus-nginx-exporter-1.19.1...kube-prometheus-stack-82.4.0

v82.3.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Feb 24, 2026

--- kubernetes/apps/observability/kube-prometheus-stack/app Kustomization: observability/kube-prometheus-stack OCIRepository: observability/kube-prometheus-stack

+++ kubernetes/apps/observability/kube-prometheus-stack/app Kustomization: observability/kube-prometheus-stack OCIRepository: observability/kube-prometheus-stack

@@ -11,9 +11,9 @@

 spec:
   interval: 5m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 82.2.1
+    tag: 82.4.0
   url: oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack
 

@github-actions
Copy link

--- HelmRelease: observability/kube-prometheus-stack PrometheusRule: observability/kube-prometheus-stack-kubernetes-system-kubelet

+++ HelmRelease: observability/kube-prometheus-stack PrometheusRule: observability/kube-prometheus-stack-kubernetes-system-kubelet

@@ -200,14 +200,18 @@

       expr: increase(kubelet_server_expiration_renew_errors[5m]) > 0
       for: 15m
       labels:
         severity: warning
     - alert: KubeletDown
       annotations:
-        description: Kubelet has disappeared from Prometheus target discovery.
+        description: Kubelet has disappeared from Prometheus target discovery on cluster
+          {{ $labels.cluster }}.
         runbook_url: https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubeletdown
         summary: Target disappeared from Prometheus target discovery.
-      expr: absent(up{job="kubelet", metrics_path="/metrics"})
+      expr: |-
+        count by (cluster) (kube_node_info{job="kube-state-metrics"})
+        unless on (cluster)
+        count by (cluster) (up{job="kubelet", metrics_path="/metrics"} == 1)
       for: 15m
       labels:
         severity: critical
 

@renovate renovate bot changed the title feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 82.2.1 ➔ 82.3.0 ) feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 82.2.1 ➔ 82.4.0 ) Feb 25, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-82.x branch from 6886a88 to 2c8a5e8 Compare February 25, 2026 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants