From 45bdcfc1918e662e0ce4d33027128021b59c48eb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 Feb 2025 16:05:53 +0000 Subject: [PATCH] Update dependency prometheus-operator/prometheus-operator to v0.80.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 b2d8e44..bf3474f 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.79.2 + - https://github.com/prometheus-operator/prometheus-operator?ref=v0.80.0 # single prometheus instance with a thanos sidecar - prometheus.yaml - thanos-store.statefulset.yaml