Skip to content

Commit

Permalink
Merge pull request #139 from krzko/chore-bump-deps-133
Browse files Browse the repository at this point in the history
chore: bump deps
  • Loading branch information
krzko authored Oct 23, 2024
2 parents 401cabb + 637eb44 commit f7b5e88
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
OUTPUT:=bin
EXECUTABLE:=run-o11y-run

VERSION:=v0.13.2
VERSION:=v0.13.3
COMMIT=$(shell git describe --tags --always --long)
NOW=$(shell date +'%Y%m%d')

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# dependabot will update this file when base image is updated
FROM grafana/grafana:11.2.0
FROM grafana/grafana:11.2.2
2 changes: 1 addition & 1 deletion dockerfiles/loki/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# dependabot will update this file when base image is updated
FROM grafana/loki:3.2.0
FROM grafana/loki:3.2.1
2 changes: 1 addition & 1 deletion dockerfiles/tempo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# dependabot will update this file when base image is updated
FROM grafana/tempo:2.6.0
FROM grafana/tempo:2.6.1
6 changes: 3 additions & 3 deletions internal/files/files/grafana/run-o11y-run/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

grafana:
image: grafana/grafana:11.2.0
image: grafana/grafana:11.2.2
container_name: grafana
volumes:
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
Expand All @@ -19,7 +19,7 @@ services:
- "3000:3000"

loki:
image: grafana/loki:3.2.0
image: grafana/loki:3.2.1
container_name: loki
command: "-config.file=/etc/loki/local-config.yaml"
environment:
Expand Down Expand Up @@ -110,7 +110,7 @@ services:
- PYROSCOPE_WAIT_AFTER_STOP=true

tempo:
image: grafana/tempo:2.6.0
image: grafana/tempo:2.6.1
container_name: tempo
command: [ "-config.file=/etc/tempo.yaml" ]
volumes:
Expand Down

0 comments on commit f7b5e88

Please sign in to comment.