From 0b472a5d9a45645d06b8e0cad17dac064b0f7e39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 18:21:38 +0000 Subject: [PATCH 1/2] [kube-prometheus-stack] Update Helm release grafana to v13.2.1 --- charts/kube-prometheus-stack/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kube-prometheus-stack/Chart.yaml b/charts/kube-prometheus-stack/Chart.yaml index 8e2658fbd4d2..ccc0e75cf743 100644 --- a/charts/kube-prometheus-stack/Chart.yaml +++ b/charts/kube-prometheus-stack/Chart.yaml @@ -28,7 +28,7 @@ name: kube-prometheus-stack sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus -version: 89.2.1 +version: 89.2.2 # renovate: github=prometheus-operator/prometheus-operator appVersion: v0.93.1 kubeVersion: ">=1.25.0-0" @@ -60,7 +60,7 @@ dependencies: repository: https://prometheus-community.github.io/helm-charts condition: nodeExporter.enabled - name: grafana - version: "13.2.0" + version: "13.2.1" repository: https://grafana-community.github.io/helm-charts condition: grafana.enabled - name: prometheus-windows-exporter From d816e35acfa97520e362cf7948d3fb41dfe23aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Fri, 4 Sep 2026 22:02:08 +0200 Subject: [PATCH 2/2] Change Helm chart repository URLs to OCI format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated repository URLs for kube-state-metrics, prometheus-node-exporter, grafana, and prometheus-windows-exporter to use OCI format. Signed-off-by: Jan-Otto Kröpke --- charts/kube-prometheus-stack/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/kube-prometheus-stack/Chart.yaml b/charts/kube-prometheus-stack/Chart.yaml index ccc0e75cf743..6fea77cd78da 100644 --- a/charts/kube-prometheus-stack/Chart.yaml +++ b/charts/kube-prometheus-stack/Chart.yaml @@ -53,17 +53,17 @@ dependencies: condition: crds.enabled - name: kube-state-metrics version: "8.4.1" - repository: https://prometheus-community.github.io/helm-charts + repository: oci://ghcr.io/prometheus-community/charts condition: kubeStateMetrics.enabled - name: prometheus-node-exporter version: "4.56.3" - repository: https://prometheus-community.github.io/helm-charts + repository: oci://ghcr.io/prometheus-community/charts condition: nodeExporter.enabled - name: grafana version: "13.2.1" - repository: https://grafana-community.github.io/helm-charts + repository: oci://ghcr.io/grafana-community/helm-charts condition: grafana.enabled - name: prometheus-windows-exporter - repository: https://prometheus-community.github.io/helm-charts + repository: oci://ghcr.io/prometheus-community/charts version: "0.12.*" condition: windowsMonitoring.enabled