From 0f820c11bd1a6c0ad30efcadda042c8d4fda2498 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:14:48 +0000 Subject: [PATCH] chore(deps): update grafana/grafana docker tag to v11.5.0 (main) (#15990) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Paul Rogers Co-authored-by: Paul Rogers <129207811+paul1r@users.noreply.github.com> --- .github/renovate.json5 | 5 +++++ production/docker/docker-compose.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index adf3b06bf08e4..494ced9f54329 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -31,6 +31,11 @@ "matchPackageNames": ["golang", "grafana/loki-build-image"], "enabled": false }, + { + // Disable updates driven by Kustomize, used by the operator + "matchManagers": ["kustomize"], + "enabled": false + }, { // Don't automatically merge GitHub Actions updates "matchManagers": ["github-actions"], diff --git a/production/docker/docker-compose.yaml b/production/docker/docker-compose.yaml index 895732a6e015c..a27cccdaf8f83 100644 --- a/production/docker/docker-compose.yaml +++ b/production/docker/docker-compose.yaml @@ -24,7 +24,7 @@ services: - loki grafana: - image: grafana/grafana:11.4.0 + image: grafana/grafana:11.5.0 ports: - "3000:3000" environment: