Skip to content

Commit

Permalink
chore: bump SigNoz version to 0.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv committed Sep 19, 2023
1 parent 735ab8e commit 655c92c
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 @@ -144,7 +144,7 @@ services:
condition: on-failure

query-service:
image: signoz/query-service:0.29.1
image: signoz/query-service:0.29.2
command:
[
"-config=/root/config/prometheus.yml",
Expand Down Expand Up @@ -184,7 +184,7 @@ services:
<<: *clickhouse-depend

frontend:
image: signoz/frontend:0.29.1
image: signoz/frontend:0.29.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 @@ -162,7 +162,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:${DOCKER_TAG:-0.29.1}
image: signoz/query-service:${DOCKER_TAG:-0.29.2}
container_name: signoz-query-service
command:
[
Expand Down Expand Up @@ -201,7 +201,7 @@ services:
<<: *clickhouse-depend

frontend:
image: signoz/frontend:${DOCKER_TAG:-0.29.1}
image: signoz/frontend:${DOCKER_TAG:-0.29.2}
container_name: signoz-frontend
restart: on-failure
depends_on:
Expand Down

0 comments on commit 655c92c

Please sign in to comment.