add publish image in values
Currently, the publish
Docker image is hardcoded in the statefulset
file. It is necessary to parameterize it in the values file to have
the option of using another Docker image if needed.
Some instances of aptly
require OpenID Connect authentication, and
it is necessary to use a specific image with support for this
authentication.
At the same time, the API image value has been added to the
specific API section in the values
file to avoid confusion and
maintain file coherence.
Phabricator task: T10301
Signed-off-by: Pablo Vigo pvigo@collabora.com