chore(signoz): bump version to 0.78.1
This commit is contained in:
parent
55765908f6
commit
4db6a523b4
1 changed files with 4 additions and 4 deletions
|
|
@ -1465,7 +1465,7 @@ services:
|
||||||
target: /var/lib/clickhouse/
|
target: /var/lib/clickhouse/
|
||||||
|
|
||||||
signoz:
|
signoz:
|
||||||
image: signoz/signoz:${VERSION:-v0.77.0}
|
image: signoz/signoz:${VERSION:-v0.78.1}
|
||||||
container_name: signoz
|
container_name: signoz
|
||||||
depends_on:
|
depends_on:
|
||||||
clickhouse:
|
clickhouse:
|
||||||
|
|
@ -1546,7 +1546,7 @@ services:
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
otel-collector:
|
otel-collector:
|
||||||
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.37}
|
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.38}
|
||||||
container_name: signoz-otel-collector
|
container_name: signoz-otel-collector
|
||||||
depends_on:
|
depends_on:
|
||||||
clickhouse:
|
clickhouse:
|
||||||
|
|
@ -1691,7 +1691,7 @@ services:
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
schema-migrator-sync:
|
schema-migrator-sync:
|
||||||
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.37}
|
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.38}
|
||||||
container_name: schema-migrator-sync
|
container_name: schema-migrator-sync
|
||||||
command:
|
command:
|
||||||
- sync
|
- sync
|
||||||
|
|
@ -1707,7 +1707,7 @@ services:
|
||||||
max-file: "3"
|
max-file: "3"
|
||||||
|
|
||||||
schema-migrator-async:
|
schema-migrator-async:
|
||||||
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.37}
|
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.38}
|
||||||
container_name: schema-migrator-async
|
container_name: schema-migrator-async
|
||||||
depends_on:
|
depends_on:
|
||||||
clickhouse:
|
clickhouse:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue