Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2025

This PR contains the following updates:

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

Release Notes

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

v80.10.0

v80.9.2

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 #​6449

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-80.9.1...kube-prometheus-stack-80.9.2

v80.9.1

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 #​6447

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-80.9.0...kube-prometheus-stack-80.9.1

v80.9.0

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-80.8.2...kube-prometheus-stack-80.9.0

v80.8.2

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 ghcr.io/jkroepke/kube-webhook-certgen Docker tag to v1.7.4 by @​renovate[bot] in #​6444

Full Changelog: prometheus-community/helm-charts@prometheus-operator-admission-webhook-0.33.4...kube-prometheus-stack-80.8.2

v80.8.1

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 #​6443

Full Changelog: prometheus-community/helm-charts@prometheus-nginx-exporter-1.17.2...kube-prometheus-stack-80.8.1

v80.8.0

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] Add folderRef and folderUID to the Grafana Operator yaml dashboards by @​dmpe in #​6428

New Contributors

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-80.7.0...kube-prometheus-stack-80.8.0


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 Dec 27, 2025

--- 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: 80.7.0
+    tag: 80.10.0
   url: oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack
 

@renovate renovate bot changed the title feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 80.7.0 ➔ 80.8.0 ) feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 80.7.0 ➔ 80.8.1 ) Dec 30, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-80.x branch 2 times, most recently from f9d215a to 6138412 Compare December 30, 2025 04:31
@renovate renovate bot changed the title feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 80.7.0 ➔ 80.8.1 ) feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 80.7.0 ➔ 80.8.2 ) Dec 30, 2025
@github-actions
Copy link

--- HelmRelease: observability/kube-prometheus-stack Job: observability/kube-prometheus-stack-admission-create

+++ HelmRelease: observability/kube-prometheus-stack Job: observability/kube-prometheus-stack-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.3
+        image: ghcr.io/jkroepke/kube-webhook-certgen:1.7.4
         imagePullPolicy: IfNotPresent
         args:
         - create
         - --host=kube-prometheus-stack-operator,kube-prometheus-stack-operator.observability.svc
         - --namespace=observability
         - --secret-name=kube-prometheus-stack-admission
--- HelmRelease: observability/kube-prometheus-stack Job: observability/kube-prometheus-stack-admission-patch

+++ HelmRelease: observability/kube-prometheus-stack Job: observability/kube-prometheus-stack-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.3
+        image: ghcr.io/jkroepke/kube-webhook-certgen:1.7.4
         imagePullPolicy: IfNotPresent
         args:
         - patch
         - --webhook-name=kube-prometheus-stack-admission
         - --namespace=observability
         - --secret-name=kube-prometheus-stack-admission

@renovate renovate bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-80.x branch from 6138412 to cca8204 Compare December 30, 2025 18:14
@renovate renovate bot changed the title feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 80.7.0 ➔ 80.8.2 ) feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 80.7.0 ➔ 80.9.0 ) Dec 30, 2025
@renovate renovate bot changed the title feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 80.7.0 ➔ 80.9.0 ) feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 80.7.0 ➔ 80.9.1 ) Dec 30, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-80.x branch from cca8204 to 6b71069 Compare December 30, 2025 22:14
@renovate renovate bot changed the title feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 80.7.0 ➔ 80.9.1 ) feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 80.7.0 ➔ 80.9.2 ) Dec 31, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-80.x branch from 6b71069 to fa05314 Compare December 31, 2025 22:06
@renovate renovate bot changed the title feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 80.7.0 ➔ 80.9.2 ) feat(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 80.7.0 ➔ 80.10.0 ) Jan 2, 2026
@renovate renovate bot force-pushed the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-80.x branch from fa05314 to 2b1fffb Compare January 2, 2026 21:06
@meroxdotdev meroxdotdev merged commit 88ab238 into main Jan 3, 2026
6 checks passed
@renovate renovate bot deleted the renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-80.x branch January 3, 2026 11:48
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.

2 participants