From 0de5484bdd581fca5cd805e7a65d5263e6390faf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:33:08 +0000 Subject: [PATCH] Update apache/druid Docker tag to v31 --- docker-compose.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 21dd1ff..6517588 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -438,7 +438,7 @@ services: retries: 3 test: "wget --no-verbose --tries=1 --spider http://localhost:8888/status/health || exit 1" timeout: 5s - image: "apache/druid:${DRUID_VERSION:-30.0.1}" + image: "apache/druid:${DRUID_VERSION:-31.0.0}" ports: - "8888:8888" druid-broker: @@ -460,7 +460,7 @@ services: retries: 3 test: "wget --no-verbose --tries=1 --spider http://localhost:8082/druid/broker/v1/loadstatus || exit 1" timeout: 5s - image: "apache/druid:${DRUID_VERSION:-30.0.1}" + image: "apache/druid:${DRUID_VERSION:-31.0.0}" ports: - "8082:8082" druid-coordinator: @@ -480,7 +480,7 @@ services: retries: 3 test: "wget --no-verbose --tries=1 --spider http://localhost:8081/status/health || exit 1" timeout: 5s - image: "apache/druid:${DRUID_VERSION:-30.0.1}" + image: "apache/druid:${DRUID_VERSION:-31.0.0}" ports: - "8081:8081" druid-historical: @@ -502,7 +502,7 @@ services: retries: 3 test: "wget --no-verbose --tries=1 --spider http://localhost:8083/druid/historical/v1/readiness || exit 1" timeout: 5s - image: "apache/druid:${DRUID_VERSION:-30.0.1}" + image: "apache/druid:${DRUID_VERSION:-31.0.0}" ports: - "8083:8083" druid-middlemanager: @@ -524,7 +524,7 @@ services: retries: 3 test: "wget --no-verbose --tries=1 --spider http://localhost:8091/status/health || exit 1" timeout: 5s - image: "apache/druid:${DRUID_VERSION:-30.0.1}" + image: "apache/druid:${DRUID_VERSION:-31.0.0}" ports: - "8091:8091" - "8100-8105:8100-8105"