chore: pin versions: SigNoz 0.27.0, SigNoz OtelCollector 0.79.6

This commit is contained in:
Srikanth Chekuri 2023-08-23 21:57:36 +05:30
parent b20fc39e08
commit 6a71d311b3
4 changed files with 12 additions and 12 deletions

View File

@ -144,7 +144,7 @@ services:
condition: on-failure condition: on-failure
query-service: query-service:
image: signoz/query-service:0.26.1 image: signoz/query-service:0.27.0
command: [ "-config=/root/config/prometheus.yml" ] command: [ "-config=/root/config/prometheus.yml" ]
# ports: # ports:
# - "6060:6060" # pprof port # - "6060:6060" # pprof port
@ -180,7 +180,7 @@ services:
<<: *clickhouse-depend <<: *clickhouse-depend
frontend: frontend:
image: signoz/frontend:0.26.1 image: signoz/frontend:0.27.0
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure
@ -193,7 +193,7 @@ services:
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf - ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
otel-collector: otel-collector:
image: signoz/signoz-otel-collector:0.79.5 image: signoz/signoz-otel-collector:0.79.6
command: command:
[ [
"--config=/etc/otel-collector-config.yaml", "--config=/etc/otel-collector-config.yaml",
@ -226,7 +226,7 @@ services:
<<: *clickhouse-depend <<: *clickhouse-depend
otel-collector-metrics: otel-collector-metrics:
image: signoz/signoz-otel-collector:0.79.5 image: signoz/signoz-otel-collector:0.79.6
command: command:
[ [
"--config=/etc/otel-collector-metrics-config.yaml", "--config=/etc/otel-collector-metrics-config.yaml",

View File

@ -48,7 +48,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` # 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: otel-collector:
container_name: signoz-otel-collector container_name: signoz-otel-collector
image: signoz/signoz-otel-collector:0.79.5 image: signoz/signoz-otel-collector:0.79.6
command: command:
[ [
"--config=/etc/otel-collector-config.yaml", "--config=/etc/otel-collector-config.yaml",
@ -78,7 +78,7 @@ services:
otel-collector-metrics: otel-collector-metrics:
container_name: signoz-otel-collector-metrics container_name: signoz-otel-collector-metrics
image: signoz/signoz-otel-collector:0.79.5 image: signoz/signoz-otel-collector:0.79.6
command: command:
[ [
"--config=/etc/otel-collector-metrics-config.yaml", "--config=/etc/otel-collector-metrics-config.yaml",

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` # 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: query-service:
image: signoz/query-service:${DOCKER_TAG:-0.26.1} image: signoz/query-service:${DOCKER_TAG:-0.27.0}
container_name: signoz-query-service container_name: signoz-query-service
command: [ "-config=/root/config/prometheus.yml" ] command: [ "-config=/root/config/prometheus.yml" ]
# ports: # ports:
@ -197,7 +197,7 @@ services:
<<: *clickhouse-depend <<: *clickhouse-depend
frontend: frontend:
image: signoz/frontend:${DOCKER_TAG:-0.26.1} image: signoz/frontend:${DOCKER_TAG:-0.27.0}
container_name: signoz-frontend container_name: signoz-frontend
restart: on-failure restart: on-failure
depends_on: depends_on:
@ -209,7 +209,7 @@ services:
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf - ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
otel-collector: otel-collector:
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.79.5} image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.79.6}
container_name: signoz-otel-collector container_name: signoz-otel-collector
command: command:
[ [
@ -240,7 +240,7 @@ services:
<<: *clickhouse-depend <<: *clickhouse-depend
otel-collector-metrics: otel-collector-metrics:
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.79.5} image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.79.6}
container_name: signoz-otel-collector-metrics container_name: signoz-otel-collector-metrics
command: command:
[ [

View File

@ -186,7 +186,7 @@ services:
<<: *clickhouse-depends <<: *clickhouse-depends
otel-collector: otel-collector:
image: signoz/signoz-otel-collector:0.79.5 image: signoz/signoz-otel-collector:0.79.6
container_name: signoz-otel-collector container_name: signoz-otel-collector
command: command:
[ [
@ -217,7 +217,7 @@ services:
<<: *clickhouse-depends <<: *clickhouse-depends
otel-collector-metrics: otel-collector-metrics:
image: signoz/signoz-otel-collector:0.79.5 image: signoz/signoz-otel-collector:0.79.6
container_name: signoz-otel-collector-metrics container_name: signoz-otel-collector-metrics
command: command:
[ [