Skip to content

Commit

Permalink
chore(release): 📌 pin versions: SigNoz 0.10.2
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Shahi <prashant@signoz.io>
  • Loading branch information
prashant-shahi committed Aug 11, 2022
1 parent 54cc363 commit 55c9eb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -40,7 +40,7 @@ services:
condition: on-failure

query-service:
image: signoz/query-service:0.10.1
image: signoz/query-service:0.10.2
command: ["-config=/root/config/prometheus.yml"]
# ports:
# - "6060:6060" # pprof port
Expand Down Expand Up @@ -68,7 +68,7 @@ services:
- clickhouse

frontend:
image: signoz/frontend:0.10.1
image: signoz/frontend:0.10.2
deploy:
restart_policy:
condition: on-failure
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 @@ -39,7 +39,7 @@ services:
# Notes for Maintainers/Contributors who will change Line Numbers of Frontend & Query-Section. Please Update Line Numbers in `./scripts/commentLinesForSetup.sh` & `./CONTRIBUTING.md`

query-service:
image: signoz/query-service:0.10.1
image: signoz/query-service:0.10.2
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
# ports:
Expand All @@ -66,7 +66,7 @@ services:
condition: service_healthy

frontend:
image: signoz/frontend:0.10.1
image: signoz/frontend:0.10.2
container_name: frontend
restart: on-failure
depends_on:
Expand Down

0 comments on commit 55c9eb7

Please sign in to comment.