Skip to content

Commit

Permalink
chore(release): 📌 pin 0.7.3 SigNoz version
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 23, 2022
1 parent 696241b commit 3d8354f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-swarm/clickhouse-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
condition: on-failure

query-service:
image: signoz/query-service:0.7.2
image: signoz/query-service:0.7.3
command: ["-config=/root/config/prometheus.yml"]
ports:
- "8080:8080"
Expand All @@ -51,7 +51,7 @@ services:
- clickhouse

frontend:
image: signoz/frontend:0.7.2
image: signoz/frontend:0.7.3
depends_on:
- query-service
ports:
Expand Down
4 changes: 2 additions & 2 deletions deploy/docker/clickhouse-setup/docker-compose.arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- '--storage.path=/data'

query-service:
image: signoz/query-service:0.7.2
image: signoz/query-service:0.7.3
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
volumes:
Expand All @@ -44,7 +44,7 @@ services:
condition: service_healthy

frontend:
image: signoz/frontend:0.7.2
image: signoz/frontend:0.7.3
container_name: frontend
depends_on:
- query-service
Expand Down
4 changes: 2 additions & 2 deletions deploy/docker/clickhouse-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:


query-service:
image: signoz/query-service:0.7.2
image: signoz/query-service:0.7.3
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
volumes:
Expand All @@ -47,7 +47,7 @@ services:
condition: service_healthy

frontend:
image: signoz/frontend:0.7.2
image: signoz/frontend:0.7.3
container_name: frontend
depends_on:
- query-service
Expand Down

0 comments on commit 3d8354f

Please sign in to comment.