Merge pull request '[DOCKER] Automated PR for signoz-version-upgrade_2025-07-26T20-20-33 - #111' (#111) from signoz-version-upgrade_2025-07-26T20-20-33 into main

Reviewed-on: Trez.One/rinoa-docker#111
This commit was merged in pull request #111.
This commit is contained in:
2025-07-27 07:32:35 -04:00
2 changed files with 5 additions and 5 deletions
@@ -114,7 +114,7 @@ jobs:
echo "docker_svc_list<<EOF" >> "$GITHUB_OUTPUT" echo "docker_svc_list<<EOF" >> "$GITHUB_OUTPUT"
echo "$mod_svcs" >> "$GITHUB_OUTPUT" echo "$mod_svcs" >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT" echo "EOF" >> "$GITHUB_OUTPUT"
- name: Testing service list output - name: List of Services for (Re)Deployment
run: | run: |
echo -e "${{ steps.detect_services.outputs.docker_svc_list }}" echo -e "${{ steps.detect_services.outputs.docker_svc_list }}"
docker-compose-dry-run: docker-compose-dry-run:
+4 -4
View File
@@ -5258,7 +5258,7 @@ services:
interval: 30s interval: 30s
timeout: 5s timeout: 5s
retries: 3 retries: 3
image: signoz/signoz:${VERSION:-v0.86.2} image: signoz/signoz:${VERSION:-v0.91.0}
labels: labels:
homepage.group: Infrastructure/App Performance Monitoring homepage.group: Infrastructure/App Performance Monitoring
homepage.name: Signoz homepage.name: Signoz
@@ -5343,7 +5343,7 @@ services:
environment: environment:
OTEL_RESOURCE_ATTRIBUTES: host.name=signoz-host,os.type=linux OTEL_RESOURCE_ATTRIBUTES: host.name=signoz-host,os.type=linux
LOW_CARDINAL_EXCEPTION_GROUPING: false LOW_CARDINAL_EXCEPTION_GROUPING: false
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.42} image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.128.2}
ports: ports:
# - "1777:1777" # pprof extension # - "1777:1777" # pprof extension
- "4317:4317" # OTLP gRPC receiver - "4317:4317" # OTLP gRPC receiver
@@ -5354,7 +5354,7 @@ services:
- ${DOCKER_VOLUME_CONFIG}/signoz/common/otel/otel-collector-opamp-config.yaml:/etc/manager-config.yaml - ${DOCKER_VOLUME_CONFIG}/signoz/common/otel/otel-collector-opamp-config.yaml:/etc/manager-config.yaml
signoz-schema-migrator-async: signoz-schema-migrator-async:
<<: *signoz-db-depend <<: *signoz-db-depend
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.42} image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.2}
container_name: signoz-schema-migrator-async container_name: signoz-schema-migrator-async
command: command:
- async - async
@@ -5363,7 +5363,7 @@ services:
restart: on-failure restart: on-failure
signoz-schema-migrator-sync: signoz-schema-migrator-sync:
<<: *signoz-common <<: *signoz-common
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.42} image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.2}
container_name: signoz-schema-migrator-sync container_name: signoz-schema-migrator-sync
command: command:
- sync - sync