core-ui-middleware:
  podAnnotations:
    commit-ref: "${CI_COMMIT_SHORT_SHA}"
  deploymentAnnotations:
    commit-ref: "${CI_COMMIT_SHORT_SHA}"
  image:
    repository: ${CI_REGISTRY_IMAGE}
    tag: ${TAG_NAME}
host: ${PREVIEW_APP_NAME}-sntnl.dev.oxui.de

appsuite:
  core-ui:
    podAnnotations:
      commit-ref: "${CI_COMMIT_SHORT_SHA}"
    deploymentAnnotations:
      commit-ref: "${CI_COMMIT_SHORT_SHA}"
  core-guidedtours:
    podAnnotations:
      commit-ref: "${CI_COMMIT_SHORT_SHA}"
    deploymentAnnotations:
      commit-ref: "${CI_COMMIT_SHORT_SHA}"
  office-web:
    podAnnotations:
      commit-ref: "${CI_COMMIT_SHORT_SHA}"
    deploymentAnnotations:
      commit-ref: "${CI_COMMIT_SHORT_SHA}"