From 7bb05e0dc3159101dccc4528435cd8f52d8130a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 12:27:37 +0200 Subject: [PATCH] chore(deps): update dependency grafana/grafana-operator to v5.22.2 (#1819) 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 3af2bf41..069b8c30 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,7 @@ dev-install-gw-api-crds: @$(KUBECTL) apply --force-conflicts --server-side=true -f https://github.com/$(API_GW_LOOKUP)/releases/download/$(API_GW_VERSION)/standard-install.yaml GRAFANA := none -GRAFANA_VERSION := v5.18.0 +GRAFANA_VERSION := v5.22.2 GRAFANA_LOOKUP := grafana/grafana-operator 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