Skip to content

Commit

Permalink
works with 0.6.12 version of pinot
Browse files Browse the repository at this point in the history
  • Loading branch information
saxenakshitiz committed Feb 2, 2024
1 parent b7c501c commit 3925df6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static void setup() throws Exception {
kafkaZk.start();

pinotServiceManager =
new GenericContainer<>(DockerImageName.parse("hypertrace/pinot-servicemanager:main"))
new GenericContainer<>(DockerImageName.parse("hypertrace/pinot-servicemanager:0.6.12"))
.withNetwork(network)
.withNetworkAliases("pinot-controller", "pinot-server", "pinot-broker")
.withExposedPorts(8099, 9000)
Expand Down

0 comments on commit 3925df6

Please sign in to comment.