Skip to content

Commit

Permalink
chore(release): 📌 pin SigNoz and OtelCollector versions
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi committed Mar 3, 2022
1 parent bda8ddc commit c9b07ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions deploy/docker/clickhouse-setup/docker-compose.arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/clickhouse-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit c9b07ee

Please sign in to comment.