chore(release): 📌 pin version: SigNoz 0.29.1

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2023-09-15 13:33:55 +05:30
parent 231c2fd281
commit cf1b0c2f24
No known key found for this signature in database
GPG Key ID: B6763AAA47DFEDB3
2 changed files with 4 additions and 4 deletions

View File

@ -144,7 +144,7 @@ services:
condition: on-failure
query-service:
image: signoz/query-service:0.29.0
image: signoz/query-service:0.29.1
command:
[
"-config=/root/config/prometheus.yml",
@ -184,7 +184,7 @@ services:
<<: *clickhouse-depend
frontend:
image: signoz/frontend:0.29.0
image: signoz/frontend:0.29.1
deploy:
restart_policy:
condition: on-failure

View File

@ -162,7 +162,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.29.0}
image: signoz/query-service:${DOCKER_TAG:-0.29.1}
container_name: signoz-query-service
command:
[
@ -201,7 +201,7 @@ services:
<<: *clickhouse-depend
frontend:
image: signoz/frontend:${DOCKER_TAG:-0.29.0}
image: signoz/frontend:${DOCKER_TAG:-0.29.1}
container_name: signoz-frontend
restart: on-failure
depends_on: