chore(release): 📌 pin versions: SigNoz 0.10.2

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2022-08-11 14:58:36 +05:30
parent 54cc363752
commit 55c9eb733d
No known key found for this signature in database
GPG Key ID: 6E62ED14180EB2C0
2 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ services:
condition: on-failure
query-service:
image: signoz/query-service:0.10.1
image: signoz/query-service:0.10.2
command: ["-config=/root/config/prometheus.yml"]
# ports:
# - "6060:6060" # pprof port
@ -68,7 +68,7 @@ services:
- clickhouse
frontend:
image: signoz/frontend:0.10.1
image: signoz/frontend:0.10.2
deploy:
restart_policy:
condition: on-failure

View File

@ -39,7 +39,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:0.10.1
image: signoz/query-service:0.10.2
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
# ports:
@ -66,7 +66,7 @@ services:
condition: service_healthy
frontend:
image: signoz/frontend:0.10.1
image: signoz/frontend:0.10.2
container_name: frontend
restart: on-failure
depends_on: