Skip to content

feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 86.3.2 ➔ 87.0.1 )#4903

Merged
binaryn3xus merged 1 commit into
mainfrom
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-87.x
Jun 23, 2026
Merged

feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 86.3.2 ➔ 87.0.1 )#4903
binaryn3xus merged 1 commit into
mainfrom
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-87.x

Conversation

@unsc-oni-ancilla

@unsc-oni-ancilla unsc-oni-ancilla Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 these updates again.


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

This PR has been generated by Mend Renovate.

@unsc-oni-ancilla

unsc-oni-ancilla Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor Author
--- 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: 86.3.2
+    tag: 87.0.1
   url: oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack
 

@unsc-oni-ancilla

unsc-oni-ancilla Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor Author
--- HelmRelease: observability/kube-prometheus-stack Deployment: observability/kube-prometheus-stack-operator

+++ HelmRelease: observability/kube-prometheus-stack Deployment: observability/kube-prometheus-stack-operator

@@ -31,20 +31,20 @@

         app: kube-prometheus-stack-operator
         app.kubernetes.io/name: kube-prometheus-stack-prometheus-operator
         app.kubernetes.io/component: prometheus-operator
     spec:
       containers:
       - name: kube-prometheus-stack
-        image: quay.io/prometheus-operator/prometheus-operator:v0.91.0
+        image: quay.io/prometheus-operator/prometheus-operator:v0.92.0
         imagePullPolicy: IfNotPresent
         args:
         - --kubelet-service=kube-system/kube-prometheus-stack-kubelet
         - --kubelet-endpoints=true
         - --kubelet-endpointslice=false
         - --localhost=127.0.0.1
-        - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.91.0
+        - --prometheus-config-reloader=quay.io/prometheus-operator/prometheus-config-reloader:v0.92.0
         - --config-reloader-cpu-request=0
         - --config-reloader-cpu-limit=0
         - --config-reloader-memory-request=0
         - --config-reloader-memory-limit=0
         - --thanos-default-base-image=quay.io/thanos/thanos:v0.41.0
         - --secret-field-selector=type!=kubernetes.io/dockercfg,type!=kubernetes.io/service-account-token,type!=helm.sh/release.v1
--- HelmRelease: observability/kube-prometheus-stack PrometheusRule: observability/kube-prometheus-stack-alertmanager.rules

+++ HelmRelease: observability/kube-prometheus-stack PrometheusRule: observability/kube-prometheus-stack-alertmanager.rules

@@ -152,7 +152,20 @@

           )
         )
         >= 0.5
       for: 5m
       labels:
         severity: critical
+    - alert: AlertmanagerClusterFailedPeers
+      annotations:
+        description: Alertmanager {{ $labels.namespace }}/{{ $labels.pod}} has {{
+          $value }} failed peers in the {{$labels.job}} cluster.
+        runbook_url: https://runbooks.prometheus-operator.dev/runbooks/alertmanager/alertmanagerclusterfailedpeers
+        summary: An Alertmanager instance has failed peers in the cluster.
+      expr: |-
+        # Without max_over_time, failed scrapes could create false negatives, see
+        # https://www.robustperception.io/alerting-on-gauges-in-prometheus-2-0 for details.
+        max_over_time(alertmanager_cluster_failed_peers{job="kube-prometheus-stack-alertmanager",container="alertmanager",namespace="observability"}[5m]) > 0
+      for: 15m
+      labels:
+        severity: warning
 

@unsc-oni-ancilla unsc-oni-ancilla Bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-87.x branch from 51e45f6 to 7a1daa6 Compare June 22, 2026 22:40
@unsc-oni-ancilla unsc-oni-ancilla Bot changed the title feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 86.3.2 ➔ 87.0.0 ) feat(container)!: Update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 86.3.2 ➔ 87.0.1 ) Jun 22, 2026
@binaryn3xus binaryn3xus merged commit 5b63177 into main Jun 23, 2026
12 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-87.x branch June 23, 2026 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant