Skip to content

Commit

Permalink
chore: pin versions to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv committed Aug 16, 2023
1 parent 9a6fcb6 commit 7554bce
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 @@ -146,7 +146,7 @@ services:
condition: on-failure

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

frontend:
image: signoz/frontend:0.25.5
image: signoz/frontend:0.26.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 @@ -163,7 +163,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.5}
image: signoz/query-service:${DOCKER_TAG:-0.26.0}
container_name: signoz-query-service
command: [ "-config=/root/config/prometheus.yml" ]
# ports:
Expand Down Expand Up @@ -198,7 +198,7 @@ services:
<<: *clickhouse-depend

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

0 comments on commit 7554bce

Please sign in to comment.