Skip to content

add publish image in values

Pablo Vigo Mas requested to merge wip/pvigo/var-publish-image into collabora/staging

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

Merge request reports