From 4db52240461f6f01446713b01bb13af64862ceac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:29:37 +0200 Subject: [PATCH] chore(deps): update dependency prometheus-operator/prometheus-operator to v0.92.1 (#2031) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9cf7310e..656b2892 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ dev-install-grafana-operator-crds: @$(KUBECTL) apply --force-conflicts --server-side=true -f https://github.com/grafana/grafana-operator/releases/download/$(GRAFANA_VERSION)/crds.yaml PROMETHEUS := none -PROMETHEUS_VERSION := v0.92.0 +PROMETHEUS_VERSION := v0.92.1 PROMETHEUS_LOOKUP := prometheus-operator/prometheus-operator dev-install-prometheus-crds: @$(KUBECTL) apply --force-conflicts --server-side=true -f https://github.com/prometheus-operator/prometheus-operator/releases/download/$(PROMETHEUS_VERSION)/bundle.yaml