Skip to content

fix(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 82.10.1 ➔ 82.10.2 )#5474

Merged
bot-x-mod[bot] merged 1 commit intomainfrom
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-82.x
Mar 9, 2026
Merged

fix(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 82.10.1 ➔ 82.10.2 )#5474
bot-x-mod[bot] merged 1 commit intomainfrom
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-82.x

Conversation

@bot-x-mod
Copy link
Contributor

@bot-x-mod bot-x-mod bot commented Mar 9, 2026

This PR contains the following updates:

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

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Mar 9, 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

@@ -10,9 +10,9 @@

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

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Mar 9, 2026

--- HelmRelease: observability/kube-prometheus-stack PrometheusRule: observability/kube-prometheus-stack-kubernetes-apps

+++ HelmRelease: observability/kube-prometheus-stack PrometheusRule: observability/kube-prometheus-stack-kubernetes-apps

@@ -276,15 +276,22 @@

         description: HPA {{ $labels.namespace }}/{{ $labels.horizontalpodautoscaler  }}
           has been running at max replicas for longer than 15 minutes on cluster {{
           $labels.cluster }}.
         runbook_url: https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubehpamaxedout
         summary: HPA is running at max replicas
       expr: |-
-        kube_horizontalpodautoscaler_status_current_replicas{job="kube-state-metrics", namespace=~".*"}
-          ==
-        kube_horizontalpodautoscaler_spec_max_replicas{job="kube-state-metrics", namespace=~".*"}
+        (
+          kube_horizontalpodautoscaler_status_current_replicas{job="kube-state-metrics", namespace=~".*"}
+            ==
+          kube_horizontalpodautoscaler_spec_max_replicas{job="kube-state-metrics", namespace=~".*"}
+        )
+        and on (namespace, horizontalpodautoscaler) (
+          kube_horizontalpodautoscaler_spec_max_replicas{job="kube-state-metrics", namespace=~".*"}
+            !=
+          kube_horizontalpodautoscaler_spec_min_replicas{job="kube-state-metrics", namespace=~".*"}
+        )
       for: 15m
       labels:
         severity: warning
     - alert: KubePdbNotEnoughHealthyPods
       annotations:
         description: PDB {{ $labels.cluster }}/{{ $labels.namespace }}/{{ $labels.poddisruptionbudget

@bot-x-mod bot-x-mod bot merged commit f5eef89 into main Mar 9, 2026
12 checks passed
@bot-x-mod bot-x-mod bot deleted the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-82.x branch March 9, 2026 22:36
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