Skip to content

Commit

Permalink
chore(deps): update grafana/otel-lgtm docker tag to v0.7.8 (#1456)
Browse files Browse the repository at this point in the history
* chore(deps): update grafana/otel-lgtm docker tag to v0.7.8

* Update TestGrafanaLGTMApplication.java

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Raja Kolli <[email protected]>
  • Loading branch information
renovate[bot] and rajadilipkolli authored Nov 5, 2024
1 parent e3f586c commit 2ecceb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boot-grafana-lgtm/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

grafanalgtm:
image: grafana/otel-lgtm:0.7.5
image: grafana/otel-lgtm:0.7.8
extra_hosts: ['host.docker.internal:host-gateway']
container_name: grafanalgtm
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static void main(String[] args) {
@Bean
@ServiceConnection
LgtmStackContainer lgtmContainer() {
return new LgtmStackContainer(DockerImageName.parse("grafana/otel-lgtm:0.7.2"))
return new LgtmStackContainer(DockerImageName.parse("grafana/otel-lgtm:0.7.8"))
.withStartupTimeout(Duration.ofMinutes(2));
}
}

0 comments on commit 2ecceb8

Please sign in to comment.