Skip to content

Commit

Permalink
chore(release): 馃搶 pin versions: SigNoz 0.25.2
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi committed Aug 3, 2023
1 parent 49b456c commit 9aa1fb3
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.25.1
image: signoz/query-service:0.25.2
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.25.1
image: signoz/frontend:0.25.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 @@ -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.25.1}
image: signoz/query-service:${DOCKER_TAG:-0.25.2}
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.25.1}
image: signoz/frontend:${DOCKER_TAG:-0.25.2}
container_name: frontend
restart: on-failure
depends_on:
Expand Down

0 comments on commit 9aa1fb3

Please sign in to comment.