Skip to content
Snippets Groups Projects

add publish image in values

Merged Pablo Vigo Mas requested to merge wip/pvigo/var-publish-image into collabora/staging
  1. May 23, 2024
    • Pablo Vigo Mas's avatar
      put image in container-specific sections · ff2346f2
      Pablo Vigo Mas authored
      
      The aptly API image was declared outside the specific API section.
      Considering that the statefulset file has 2 containers with
      different images, this made the image configuration confusing.
      
      Now, the image name is within the specific API section, making the
      values file more understandable and avoiding confusion.
      
      Signed-off-by: default avatarPablo Vigo <pvigo@collabora.com>
      ff2346f2
  2. May 10, 2024
    • Pablo Vigo Mas's avatar
      add publish image in values · 6b22ba21
      Pablo Vigo Mas authored
      
      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.
      
      Signed-off-by: default avatarPablo Vigo <pvigo@collabora.com>
      6b22ba21
Loading