Skip to content

Commit 2f69026

Browse files
chore(deps): update grafana/tempo docker tag to v2.9.0
1 parent b0f1aca commit 2f69026

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

internal/test/oats/http/docker-compose-generic-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
ports:
1717
- "{{ .PrometheusHTTPPort }}:9090"
1818
tempo:
19-
image: grafana/tempo:2.2.3@sha256:fbf0dea05b736ced1694fde8bd63e9236a49359c94ec24efcad5a7d2047e4d9a
19+
image: grafana/tempo:2.9.0@sha256:65a5789759435f1ef696f1953258b9bbdb18eb571d5ce711ff812d2e128288a4
2020
volumes:
2121
- "{{ .ConfigDir }}/tempo-config.yaml:/config.yaml"
2222
command:

internal/test/oats/kafka/docker-compose-generic-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
ports:
1717
- "{{ .PrometheusHTTPPort }}:9090"
1818
tempo:
19-
image: grafana/tempo:2.2.3@sha256:fbf0dea05b736ced1694fde8bd63e9236a49359c94ec24efcad5a7d2047e4d9a
19+
image: grafana/tempo:2.9.0@sha256:65a5789759435f1ef696f1953258b9bbdb18eb571d5ce711ff812d2e128288a4
2020
volumes:
2121
- "{{ .ConfigDir }}/tempo-config.yaml:/config.yaml"
2222
command:

internal/test/oats/mongo/docker-compose-generic-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
ports:
1717
- "{{ .PrometheusHTTPPort }}:9090"
1818
tempo:
19-
image: grafana/tempo:2.2.3@sha256:fbf0dea05b736ced1694fde8bd63e9236a49359c94ec24efcad5a7d2047e4d9a
19+
image: grafana/tempo:2.9.0@sha256:65a5789759435f1ef696f1953258b9bbdb18eb571d5ce711ff812d2e128288a4
2020
volumes:
2121
- "{{ .ConfigDir }}/tempo-config.yaml:/config.yaml"
2222
command:

internal/test/oats/redis/docker-compose-generic-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
ports:
1717
- "{{ .PrometheusHTTPPort }}:9090"
1818
tempo:
19-
image: grafana/tempo:2.2.3@sha256:fbf0dea05b736ced1694fde8bd63e9236a49359c94ec24efcad5a7d2047e4d9a
19+
image: grafana/tempo:2.9.0@sha256:65a5789759435f1ef696f1953258b9bbdb18eb571d5ce711ff812d2e128288a4
2020
volumes:
2121
- "{{ .ConfigDir }}/tempo-config.yaml:/config.yaml"
2222
command:

internal/test/oats/sql/docker-compose-generic-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
ports:
1717
- "{{ .PrometheusHTTPPort }}:9090"
1818
tempo:
19-
image: grafana/tempo:2.2.3@sha256:fbf0dea05b736ced1694fde8bd63e9236a49359c94ec24efcad5a7d2047e4d9a
19+
image: grafana/tempo:2.9.0@sha256:65a5789759435f1ef696f1953258b9bbdb18eb571d5ce711ff812d2e128288a4
2020
volumes:
2121
- "{{ .ConfigDir }}/tempo-config.yaml:/config.yaml"
2222
command:

0 commit comments

Comments
 (0)