Pause container image

Hello

How can the default pause container image used for the portworx-api and portworx-kvdb pods be overridden? I have specified a custom image registry in the install spec which works for just about everything else but for the pause container it appends the original registry and image path as follows: -

Back-off pulling image "docker.repo/k8s.gcr.io/pause:3.1".

I need it to be: -

docker.repo/pause:3.1

I have tried to edit and update the portworx-api DaemonSet but it then reverts back to the original so I am guess the operator is resetting it.

Regards

Geoff

Found this which suggests adding // to the custom registry path which fixes the pause container pull but then breaks everything else: -