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 <paul.rogers@grafana.com>
Co-authored-by: Paul Rogers <129207811+paul1r@users.noreply.github.com>
pull/15991/head
renovate[bot] 4 months ago committed by GitHub
parent b917d33790
commit 0f820c11bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .github/renovate.json5
  2. 2
      production/docker/docker-compose.yaml

@ -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"],

@ -24,7 +24,7 @@ services:
- loki
grafana:
image: grafana/grafana:11.4.0
image: grafana/grafana:11.5.0
ports:
- "3000:3000"
environment:

Loading…
Cancel
Save