From e257f9e06356236aa16c01ea4d4532ca0a33756c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 17 Apr 2025 10:05:21 +0000 Subject: [PATCH] Update dependency prometheus-operator/prometheus-operator to v0.82.0 --- 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 d9f0b15..f1aae53 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.81.0 + - https://github.com/prometheus-operator/prometheus-operator?ref=v0.82.0 # single prometheus instance with a thanos sidecar - prometheus.yaml - thanos-store.statefulset.yaml