From 6769a2d640c9fd55d098aa14ae8cb9e43b920bd7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 25 Oct 2025 15:59:04 +0000 Subject: [PATCH] Update dependency prometheus-operator/prometheus-operator to v0.86.1 --- infrastructure/monitoring/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/monitoring/kustomization.yaml b/infrastructure/monitoring/kustomization.yaml index 36b2e17..afc3ed7 100644 --- a/infrastructure/monitoring/kustomization.yaml +++ b/infrastructure/monitoring/kustomization.yaml @@ -6,7 +6,7 @@ namespace: monitoring resources: - namespace.yaml # prometheus-operator crds - - https://github.com/prometheus-operator/prometheus-operator?ref=v0.85.0 + - https://github.com/prometheus-operator/prometheus-operator?ref=v0.86.1 # single prometheus instance with a thanos sidecar - prometheus.yaml - thanos-store.statefulset.yaml