Skip to content

Commit

Permalink
chore: bump version to v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv committed Jul 29, 2023
1 parent bc4a4ed commit 378fdb5
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.24.0
image: signoz/query-service:0.25.0
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.24.0
image: signoz/frontend:0.25.0
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.24.0}
image: signoz/query-service:${DOCKER_TAG:-0.25.0}
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.24.0}
image: signoz/frontend:${DOCKER_TAG:-0.25.0}
container_name: frontend
restart: on-failure
depends_on:
Expand Down

0 comments on commit 378fdb5

Please sign in to comment.