ArroyoSystems / arroyo

Distributed stream processing engine in Rust
https://arroyo.dev
Apache License 2.0
3.67k stars 206 forks source link

Arroyo should use a single image in helm #651

Closed chokosabe closed 3 months ago

chokosabe commented 3 months ago

Arroyo installed via helm pulls the image twice. Once for the controller and again for the worker. Further to this, the worker image pull doesn't use the imagepullsecrets, making the setup useless and potentially confusing.

Makes more sense to have a single image with a single defined set of imagepullsecrets

chokosabe commented 3 months ago

Quickest fix for this is just to get the worker image pull using the defined imagepullsecrets as well.

mwylde commented 3 months ago

Fixed in #669