diff --git a/.github/workflows/hypertrace-ingester/docker-compose.yml b/.github/workflows/hypertrace-ingester/docker-compose.yml index 9c7e9d4a..ea29310e 100644 --- a/.github/workflows/hypertrace-ingester/docker-compose.yml +++ b/.github/workflows/hypertrace-ingester/docker-compose.yml @@ -80,7 +80,7 @@ services: container_name: mongo pinot: - image: hypertrace/pinot-servicemanager:0.6.10 + image: hypertrace/pinot-servicemanager:0.6.14 container_name: pinot environment: - LOG_LEVEL=error diff --git a/.github/workflows/hypertrace-ingester/postgres/docker-compose.yml b/.github/workflows/hypertrace-ingester/postgres/docker-compose.yml index 513cec8f..7b9df9a8 100644 --- a/.github/workflows/hypertrace-ingester/postgres/docker-compose.yml +++ b/.github/workflows/hypertrace-ingester/postgres/docker-compose.yml @@ -95,7 +95,7 @@ services: # Stores spans and traces and provides aggregation functions pinot: - image: hypertrace/pinot-servicemanager:0.6.10 + image: hypertrace/pinot-servicemanager:0.6.14 container_name: pinot environment: - LOG_LEVEL=error