Skip to content

Commit

Permalink
chore(deps): update grafana/grafana docker tag to v11.5.0 (main) (#15990
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul Rogers <[email protected]>
Co-authored-by: Paul Rogers <[email protected]>
  • Loading branch information
3 people authored Jan 28, 2025
1 parent b917d33 commit 0f820c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion production/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- loki

grafana:
image: grafana/grafana:11.4.0
image: grafana/grafana:11.5.0
ports:
- "3000:3000"
environment:
Expand Down

0 comments on commit 0f820c1

Please sign in to comment.