Skip to content

Commit

Permalink
Merge pull request #86 from data-catering/renovate/apachepinot-pinot-1.x
Browse files Browse the repository at this point in the history
Update apachepinot/pinot Docker tag to v1.2.0
  • Loading branch information
pflooky authored Sep 27, 2024
2 parents 3ddeb29 + 75d2fff commit 956e926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ services:
retries: 3
test: [CMD, curl, --fail, "http://localhost:8098/health/readiness"]
timeout: 5s
image: "apachepinot/pinot:${PINOT_VERSION:-1.1.0}"
image: "apachepinot/pinot:${PINOT_VERSION:-1.2.0}"
ports:
- "8098:8098"
restart: unless-stopped
Expand All @@ -1038,7 +1038,7 @@ services:
retries: 3
test: [CMD, curl, --fail, "http://localhost:8099/health"]
timeout: 5s
image: "apachepinot/pinot:${PINOT_VERSION:-1.1.0}"
image: "apachepinot/pinot:${PINOT_VERSION:-1.2.0}"
ports:
- "8099:8099"
restart: unless-stopped
Expand All @@ -1055,7 +1055,7 @@ services:
retries: 3
test: [CMD, curl, --fail, "http://localhost:9000/pinot-controller/admin"]
timeout: 5s
image: "apachepinot/pinot:${PINOT_VERSION:-1.1.0}"
image: "apachepinot/pinot:${PINOT_VERSION:-1.2.0}"
ports:
- "9000:9000"
restart: unless-stopped
Expand Down

0 comments on commit 956e926

Please sign in to comment.