Skip to content

Commit

Permalink
Update apache/druid Docker tag to v30.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent d5d931d commit 2a9a6e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,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.0}"
image: "apache/druid:${DRUID_VERSION:-30.0.1}"
ports:
- "8888:8888"
druid-broker:
Expand All @@ -446,7 +446,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.0}"
image: "apache/druid:${DRUID_VERSION:-30.0.1}"
ports:
- "8082:8082"
druid-coordinator:
Expand All @@ -466,7 +466,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.0}"
image: "apache/druid:${DRUID_VERSION:-30.0.1}"
ports:
- "8081:8081"
druid-historical:
Expand All @@ -488,7 +488,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.0}"
image: "apache/druid:${DRUID_VERSION:-30.0.1}"
ports:
- "8083:8083"
druid-middlemanager:
Expand All @@ -510,7 +510,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.0}"
image: "apache/druid:${DRUID_VERSION:-30.0.1}"
ports:
- "8091:8091"
- "8100-8105:8100-8105"
Expand Down

0 comments on commit 2a9a6e4

Please sign in to comment.