chore(signoz): 📌 pin versions: SigNoz 0.48.1

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2024-06-25 17:59:37 +05:30
parent 6b234da969
commit 97b66741a7
No known key found for this signature in database
GPG Key ID: B6763AAA47DFEDB3
3 changed files with 5 additions and 5 deletions

View File

@ -146,7 +146,7 @@ services:
condition: on-failure
query-service:
image: signoz/query-service:0.48.0
image: signoz/query-service:0.48.1
command:
[
"-config=/root/config/prometheus.yml",

View File

@ -164,7 +164,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.48.0}
image: signoz/query-service:${DOCKER_TAG:-0.48.1}
container_name: signoz-query-service
command:
[
@ -204,7 +204,7 @@ services:
<<: *db-depend
frontend:
image: signoz/frontend:${DOCKER_TAG:-0.48.0}
image: signoz/frontend:${DOCKER_TAG:-0.48.1}
container_name: signoz-frontend
restart: on-failure
depends_on:

View File

@ -164,7 +164,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.48.0}
image: signoz/query-service:${DOCKER_TAG:-0.48.1}
container_name: signoz-query-service
command:
[
@ -203,7 +203,7 @@ services:
<<: *db-depend
frontend:
image: signoz/frontend:${DOCKER_TAG:-0.48.0}
image: signoz/frontend:${DOCKER_TAG:-0.48.1}
container_name: signoz-frontend
restart: on-failure
depends_on: