Skip to content

feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 82.4.0 → 82.8.0 ) - #1339

Merged
Mafyuh merged 1 commit into
mainfrom
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-82.x
Mar 4, 2026
Merged

feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 82.4.0 → 82.8.0 )#1339
Mafyuh merged 1 commit into
mainfrom
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-82.x

Conversation

@renovate

@renovate renovate Bot commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v82.8.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

Full Changelog: prometheus-community/helm-charts@prometheus-nginx-exporter-1.19.5...kube-prometheus-stack-82.8.0

v82.7.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

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-82.6.1...kube-prometheus-stack-82.7.0

v82.6.1

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

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-82.6.0...kube-prometheus-stack-82.6.1

v82.6.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

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-82.5.0...kube-prometheus-stack-82.6.0

v82.5.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] Update kube-prometheus-stack dependency non-major updates by @​renovate[bot] in #​6696

Full Changelog: prometheus-community/helm-charts@prometheus-nginx-exporter-1.19.4...kube-prometheus-stack-82.5.0

v82.4.3

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

Full Changelog: prometheus-community/helm-charts@prometheus-yet-another-cloudwatch-exporter-0.42.0...kube-prometheus-stack-82.4.3

v82.4.2

Compare Source

v82.4.1

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] Update kube-prometheus-stack dependency non-major updates by @​renovate[bot] in #​6684

Full Changelog: prometheus-community/helm-charts@prometheus-28.11.0...kube-prometheus-stack-82.4.1


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 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

github-actions Bot commented Mar 4, 2026

Copy link
Copy Markdown
--- kubernetes/apps/monitoring/prometheus/app Kustomization: monitoring/prometheus OCIRepository: monitoring/kube-prometheus-stack

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

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

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

@github-actions

github-actions Bot commented Mar 4, 2026

Copy link
Copy Markdown
--- HelmRelease: monitoring/prometheus Prometheus: monitoring/prometheus-kube-prometheus-prometheus

+++ HelmRelease: monitoring/prometheus Prometheus: monitoring/prometheus-kube-prometheus-prometheus

@@ -17,15 +17,15 @@

     alertmanagers:
     - namespace: monitoring
       name: prometheus-kube-prometheus-alertmanager
       port: http-web
       pathPrefix: /
       apiVersion: v2
-  image: quay.io/prometheus/prometheus:v3.9.1
+  image: quay.io/prometheus/prometheus:v3.10.0
   imagePullPolicy: IfNotPresent
-  version: v3.9.1
+  version: v3.10.0
   enableRemoteWriteReceiver: true
   externalUrl: http://prometheus-kube-prometheus-prometheus.monitoring:9090
   paused: false
   replicas: 1
   shards: 1
   logLevel: info
--- HelmRelease: monitoring/prometheus PrometheusRule: monitoring/prometheus-kube-prometheus-node-exporter.rules

+++ HelmRelease: monitoring/prometheus PrometheusRule: monitoring/prometheus-kube-prometheus-node-exporter.rules

@@ -74,7 +74,27 @@

       record: instance:node_network_receive_drop_excluding_lo:rate5m
     - expr: |-
         sum without (device) (
           rate(node_network_transmit_drop_total{job="node-exporter", device!="lo"}[5m])
         )
       record: instance:node_network_transmit_drop_excluding_lo:rate5m
+    - expr: |-
+        sum without (device) (
+          rate(node_network_receive_bytes_total{job="node-exporter", device!~"lo|veth.+"}[5m])
+        )
+      record: instance:node_network_receive_bytes_physical:rate5m
+    - expr: |-
+        sum without (device) (
+          rate(node_network_transmit_bytes_total{job="node-exporter", device!~"lo|veth.+"}[5m])
+        )
+      record: instance:node_network_transmit_bytes_physical:rate5m
+    - expr: |-
+        sum without (device) (
+          rate(node_network_receive_drop_total{job="node-exporter", device!~"lo|veth.+"}[5m])
+        )
+      record: instance:node_network_receive_drop_physical:rate5m
+    - expr: |-
+        sum without (device) (
+          rate(node_network_transmit_drop_total{job="node-exporter", device!~"lo|veth.+"}[5m])
+        )
+      record: instance:node_network_transmit_drop_physical:rate5m
 
--- HelmRelease: monitoring/prometheus Job: monitoring/prometheus-kube-prometheus-admission-create

+++ HelmRelease: monitoring/prometheus Job: monitoring/prometheus-kube-prometheus-admission-create

@@ -30,13 +30,13 @@

         heritage: Helm
         app.kubernetes.io/name: kube-prometheus-stack-prometheus-operator
         app.kubernetes.io/component: prometheus-operator-webhook
     spec:
       containers:
       - name: create
-        image: ghcr.io/jkroepke/kube-webhook-certgen:1.7.7
+        image: ghcr.io/jkroepke/kube-webhook-certgen:1.7.8
         imagePullPolicy: IfNotPresent
         args:
         - create
         - --host=prometheus-kube-prometheus-operator,prometheus-kube-prometheus-operator.monitoring.svc
         - --namespace=monitoring
         - --secret-name=prometheus-kube-prometheus-admission
--- HelmRelease: monitoring/prometheus Job: monitoring/prometheus-kube-prometheus-admission-patch

+++ HelmRelease: monitoring/prometheus Job: monitoring/prometheus-kube-prometheus-admission-patch

@@ -30,13 +30,13 @@

         heritage: Helm
         app.kubernetes.io/name: kube-prometheus-stack-prometheus-operator
         app.kubernetes.io/component: prometheus-operator-webhook
     spec:
       containers:
       - name: patch
-        image: ghcr.io/jkroepke/kube-webhook-certgen:1.7.7
+        image: ghcr.io/jkroepke/kube-webhook-certgen:1.7.8
         imagePullPolicy: IfNotPresent
         args:
         - patch
         - --webhook-name=prometheus-kube-prometheus-admission
         - --namespace=monitoring
         - --secret-name=prometheus-kube-prometheus-admission

@renovate
renovate Bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-82.x branch 2 times, most recently from 4768bc4 to 691e18e Compare March 4, 2026 23:14
@renovate
renovate Bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-82.x branch from 691e18e to 21422b0 Compare March 4, 2026 23:16
@Mafyuh
Mafyuh merged commit 35f4d47 into main Mar 4, 2026
6 checks passed
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.

1 participant