chore(release): 📌 pin SigNoz and OtelCollector versions

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2022-03-03 19:59:55 +05:30
parent bda8ddc0e4
commit c9b07ee5dd
No known key found for this signature in database
GPG Key ID: 6E62ED14180EB2C0
2 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@ services:
- '--storage.path=/data'
query-service:
image: signoz/query-service:0.6.2
image: signoz/query-service:0.7.0
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
volumes:
@ -40,7 +40,7 @@ services:
condition: service_healthy
frontend:
image: signoz/frontend:0.6.2
image: signoz/frontend:0.7.0
container_name: frontend
depends_on:
- query-service
@ -63,7 +63,7 @@ services:
condition: service_healthy
otel-collector-metrics:
image: signoz/otelcontribcol:0.6.0
image: signoz/otelcontribcol:0.43.0
command: ["--config=/etc/otel-collector-metrics-config.yaml"]
volumes:
- ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml

View File

@ -26,7 +26,7 @@ services:
query-service:
image: signoz/query-service:0.6.2
image: signoz/query-service:0.7.0
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
volumes:
@ -43,7 +43,7 @@ services:
condition: service_healthy
frontend:
image: signoz/frontend:0.6.2
image: signoz/frontend:0.7.0
container_name: frontend
depends_on:
- query-service
@ -66,8 +66,8 @@ services:
condition: service_healthy
otel-collector-metrics:
image: signoz/otelcontribcol:0.6.0
command: ["--config=/etc/otel-collector-metrics-config.yaml", "--mem-ballast-size-mib=683"]
image: signoz/otelcontribcol:0.43.0
command: ["--config=/etc/otel-collector-metrics-config.yaml"]
volumes:
- ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml
depends_on: