chore: 📌 pin versions: SigNoz 0.11.0, OtelCollector distribution 0.55.0

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2022-08-24 00:00:04 +05:30
parent c2f95dc727
commit d2e990ebf4
No known key found for this signature in database
GPG Key ID: 6E62ED14180EB2C0
5 changed files with 14 additions and 14 deletions

View File

@ -40,7 +40,7 @@ services:
condition: on-failure
query-service:
image: signoz/query-service:0.11.0-rc.1
image: signoz/query-service:0.11.0
command: ["-config=/root/config/prometheus.yml"]
# ports:
# - "6060:6060" # pprof port
@ -68,7 +68,7 @@ services:
- clickhouse
frontend:
image: signoz/frontend:0.11.0-rc.1
image: signoz/frontend:0.11.0
deploy:
restart_policy:
condition: on-failure
@ -81,7 +81,7 @@ services:
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
otel-collector:
image: signoz-otel-collector:0.55.0-rc.3
image: signoz-otel-collector:0.55.0
command: ["--config=/etc/otel-collector-config.yaml"]
# user: root # required for reading docker container logs
volumes:
@ -112,7 +112,7 @@ services:
- clickhouse
otel-collector-metrics:
image: signoz-otel-collector:0.55.0-rc.3
image: signoz-otel-collector:0.55.0
command: ["--config=/etc/otel-collector-metrics-config.yaml"]
volumes:
- ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml

View File

@ -41,7 +41,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`
otel-collector:
container_name: otel-collector
image: signoz/signoz-otel-collector:0.55.0-rc.3
image: signoz/signoz-otel-collector:0.55.0
command: ["--config=/etc/otel-collector-config.yaml"]
# user: root # required for reading docker container logs
volumes:
@ -68,7 +68,7 @@ services:
otel-collector-metrics:
container_name: otel-collector-metrics
image: signoz/signoz-otel-collector:0.55.0-rc.3
image: signoz/signoz-otel-collector:0.55.0
command: ["--config=/etc/otel-collector-metrics-config.yaml"]
volumes:
- ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml

View File

@ -2,7 +2,7 @@ version: "2.4"
services:
query-service:
image: signoz/query-service:0.10.2
image: signoz/query-service:0.11.0
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
# ports:
@ -29,7 +29,7 @@ services:
condition: service_healthy
frontend:
image: signoz/frontend:0.10.2
image: signoz/frontend:0.11.0
container_name: frontend
restart: on-failure
depends_on:

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.11.0-rc.1
image: signoz/query-service:0.11.0
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
# ports:
@ -66,7 +66,7 @@ services:
condition: service_healthy
frontend:
image: signoz/frontend:0.11.0-rc.1
image: signoz/frontend:0.11.0
container_name: frontend
restart: on-failure
depends_on:
@ -78,7 +78,7 @@ services:
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
otel-collector:
image: signoz/signoz-otel-collector:0.55.0-rc.3
image: signoz/signoz-otel-collector:0.55.0
command: ["--config=/etc/otel-collector-config.yaml"]
# user: root # required for reading docker container logs
volumes:
@ -104,7 +104,7 @@ services:
condition: service_healthy
otel-collector-metrics:
image: signoz/signoz-otel-collector:0.55.0-rc.3
image: signoz/signoz-otel-collector:0.55.0
command: ["--config=/etc/otel-collector-metrics-config.yaml"]
volumes:
- ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml

View File

@ -59,7 +59,7 @@ services:
condition: service_healthy
otel-collector:
image: signoz-otel-collector:0.55.0-rc.3
image: signoz-otel-collector:0.55.0
command: ["--config=/etc/otel-collector-config.yaml"]
volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
@ -74,7 +74,7 @@ services:
condition: service_healthy
otel-collector-metrics:
image: signoz-otel-collector:0.55.0-rc.3
image: signoz-otel-collector:0.55.0
command: ["--config=/etc/otel-collector-metrics-config.yaml"]
volumes:
- ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml