feat(signoz): use latest tag instead of hardcoded versions
This commit is contained in:
parent
4075c26eed
commit
d3c4a4fa13
1 changed files with 4 additions and 4 deletions
|
|
@ -1465,7 +1465,7 @@ services:
|
|||
target: /var/lib/clickhouse/
|
||||
|
||||
signoz:
|
||||
image: signoz/signoz:${VERSION:-v0.78.1}
|
||||
image: signoz/signoz:latest
|
||||
container_name: signoz
|
||||
depends_on:
|
||||
clickhouse:
|
||||
|
|
@ -1546,7 +1546,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
otel-collector:
|
||||
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.38}
|
||||
image: signoz/signoz-otel-collector:latest
|
||||
container_name: signoz-otel-collector
|
||||
depends_on:
|
||||
clickhouse:
|
||||
|
|
@ -1691,7 +1691,7 @@ services:
|
|||
retries: 3
|
||||
|
||||
schema-migrator-sync:
|
||||
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.38}
|
||||
image: signoz/signoz-schema-migrator:latest
|
||||
container_name: schema-migrator-sync
|
||||
command:
|
||||
- sync
|
||||
|
|
@ -1707,7 +1707,7 @@ services:
|
|||
max-file: "3"
|
||||
|
||||
schema-migrator-async:
|
||||
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.38}
|
||||
image: signoz/signoz-schema-migrator:latest
|
||||
container_name: schema-migrator-async
|
||||
depends_on:
|
||||
clickhouse:
|
||||
|
|
|
|||
Loading…
Reference in a new issue