Skip to content

Commit

Permalink
chore(release): 馃搶 pin versions: SigNoz 0.23.1
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi committed Jul 17, 2023
1 parent f3817d7 commit 29df118
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 @@ -137,7 +137,7 @@ services:
condition: on-failure

query-service:
image: signoz/query-service:0.23.0
image: signoz/query-service:0.23.1
command: ["-config=/root/config/prometheus.yml"]
# ports:
# - "6060:6060" # pprof port
Expand Down Expand Up @@ -166,7 +166,7 @@ services:
<<: *clickhouse-depend

frontend:
image: signoz/frontend:0.23.0
image: signoz/frontend:0.23.1
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 @@ -153,7 +153,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.23.0}
image: signoz/query-service:${DOCKER_TAG:-0.23.1}
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
# ports:
Expand Down Expand Up @@ -181,7 +181,7 @@ services:
<<: *clickhouse-depend

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

0 comments on commit 29df118

Please sign in to comment.