Hey Guys, your loki chart has a global image registry override, in this structure:
global:
image:
registry: my-registry.com
But the usual standard followed is this ( even in your other charts ) :
global:
imageRegistry: my-registry.com
This contradicts the whole point of having a global override, if we have to update differently for different charts. Could we have this fixed?