Skip to content

Commit

Permalink
release: v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitnayan committed Feb 9, 2022
1 parent a5bf4c1 commit 9bf37b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.5.4
image: signoz/query-service:0.6.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.5.4
image: signoz/frontend:0.6.0
container_name: frontend
depends_on:
- query-service
Expand All @@ -50,7 +50,7 @@ services:
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf

otel-collector:
image: signoz/otelcontribcol:0.4.3
image: signoz/otelcontribcol:0.5.0
command: ["--config=/etc/otel-collector-config.yaml", "--mem-ballast-size-mib=683"]
volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
Expand All @@ -63,7 +63,7 @@ services:
condition: service_healthy

otel-collector-metrics:
image: signoz/otelcontribcol:0.4.3
image: signoz/otelcontribcol:0.5.0
command: ["--config=/etc/otel-collector-metrics-config.yaml", "--mem-ballast-size-mib=683"]
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.5.4
image: signoz/query-service:0.6.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.5.4
image: signoz/frontend:0.6.0
container_name: frontend
depends_on:
- query-service
Expand All @@ -53,7 +53,7 @@ services:
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf

otel-collector:
image: signoz/otelcontribcol:0.4.3
image: signoz/otelcontribcol:0.5.0
command: ["--config=/etc/otel-collector-config.yaml", "--mem-ballast-size-mib=683"]
volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
Expand All @@ -66,7 +66,7 @@ services:
condition: service_healthy

otel-collector-metrics:
image: signoz/otelcontribcol:0.4.3
image: signoz/otelcontribcol:0.5.0
command: ["--config=/etc/otel-collector-metrics-config.yaml", "--mem-ballast-size-mib=683"]
volumes:
- ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml
Expand Down

0 comments on commit 9bf37b3

Please sign in to comment.