chore: pin SigNoz version to 0.20.0

This commit is contained in:
Srikanth Chekuri 2023-06-07 15:48:23 +05:30
parent 97207f8e6d
commit b62b3591af
2 changed files with 4 additions and 4 deletions

View File

@ -137,7 +137,7 @@ services:
condition: on-failure
query-service:
image: signoz/query-service:0.19.0
image: signoz/query-service:0.20.0
command: ["-config=/root/config/prometheus.yml"]
# ports:
# - "6060:6060" # pprof port
@ -166,7 +166,7 @@ services:
<<: *clickhouse-depend
frontend:
image: signoz/frontend:0.19.0
image: signoz/frontend:0.20.0
deploy:
restart_policy:
condition: on-failure

View File

@ -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.19.0}
image: signoz/query-service:${DOCKER_TAG:-0.20.0}
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
# ports:
@ -181,7 +181,7 @@ services:
<<: *clickhouse-depend
frontend:
image: signoz/frontend:${DOCKER_TAG:-0.19.0}
image: signoz/frontend:${DOCKER_TAG:-0.20.0}
container_name: frontend
restart: on-failure
depends_on: