File tree 5 files changed +7
-7
lines changed
internal/files/files/grafana/run-o11y-run
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
OUTPUT: =bin
4
4
EXECUTABLE: =run-o11y-run
5
5
6
- VERSION: =v0.13.2
6
+ VERSION: =v0.13.3
7
7
COMMIT =$(shell git describe --tags --always --long)
8
8
NOW =$(shell date +'% Y% m% d')
9
9
Original file line number Diff line number Diff line change 1
1
# dependabot will update this file when base image is updated
2
- FROM grafana/grafana:11.2.0
2
+ FROM grafana/grafana:11.2.2
Original file line number Diff line number Diff line change 1
1
# dependabot will update this file when base image is updated
2
- FROM grafana/loki:3.2.0
2
+ FROM grafana/loki:3.2.1
Original file line number Diff line number Diff line change 1
1
# dependabot will update this file when base image is updated
2
- FROM grafana/tempo:2.6.0
2
+ FROM grafana/tempo:2.6.1
Original file line number Diff line number Diff line change 1
1
services :
2
2
3
3
grafana :
4
- image : grafana/grafana:11.2.0
4
+ image : grafana/grafana:11.2.2
5
5
container_name : grafana
6
6
volumes :
7
7
- ../shared/grafana-datasources.yaml:/etc/grafana/provisioning/datasources/datasources.yaml
@@ -19,7 +19,7 @@ services:
19
19
- " 3000:3000"
20
20
21
21
loki :
22
- image : grafana/loki:3.2.0
22
+ image : grafana/loki:3.2.1
23
23
container_name : loki
24
24
command : " -config.file=/etc/loki/local-config.yaml"
25
25
environment :
@@ -110,7 +110,7 @@ services:
110
110
- PYROSCOPE_WAIT_AFTER_STOP=true
111
111
112
112
tempo :
113
- image : grafana/tempo:2.6.0
113
+ image : grafana/tempo:2.6.1
114
114
container_name : tempo
115
115
command : [ "-config.file=/etc/tempo.yaml" ]
116
116
volumes :
You can’t perform that action at this time.
0 commit comments