chore: 📌 pin versions: SigNoz 0.18.2

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2023-04-21 15:16:36 +05:45
parent c49bb0696b
commit d63a35e937
No known key found for this signature in database
GPG Key ID: B6763AAA47DFEDB3
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.18.1
image: signoz/query-service:0.18.2
command: ["-config=/root/config/prometheus.yml"]
# ports:
# - "6060:6060" # pprof port
@ -166,7 +166,7 @@ services:
<<: *clickhouse-depend
frontend:
image: signoz/frontend:0.18.1
image: signoz/frontend:0.18.2
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.18.1}
image: signoz/query-service:${DOCKER_TAG:-0.18.2}
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.18.1}
image: signoz/frontend:${DOCKER_TAG:-0.18.2}
container_name: frontend
restart: on-failure
depends_on: