File tree 3 files changed +3
-3
lines changed
dockerfiles/otel-collector
internal/files/files/grafana/run-o11y-run
3 files changed +3
-3
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.0
6
+ VERSION: =v0.13.1
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 otel/opentelemetry-collector-contrib:0.96 .0
2
+ FROM otel/opentelemetry-collector-contrib:0.110 .0
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ services:
65
65
retries : 5
66
66
67
67
otel-collector :
68
- image : otel/opentelemetry-collector-contrib:0.96 .0
68
+ image : otel/opentelemetry-collector-contrib:0.110 .0
69
69
container_name : otel-collector
70
70
command : [ "--config=/etc/otel-collector.yaml" ]
71
71
volumes :
You can’t perform that action at this time.
0 commit comments