]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
Update git submodules
authorZuul <zuul@review.opendev.org>
Tue, 23 Dec 2025 02:39:43 +0000 (02:39 +0000)
committerGerrit Code Review <review@openstack.org>
Tue, 23 Dec 2025 02:39:43 +0000 (02:39 +0000)
commitae1434ebfc8c1b6777e71a0897497a311b599cd5
tree3f00d71fcbd5bc2f92f938b41240f66eea788898
parent49bf77229df7b3424108008002ca14f369169b33
Update git submodules

* Update openstack-helm from branch 'master'
  to 65cabec5a8b4526335b102e9227316e044ba45f3
  - Merge "Add overrides and test jobs for UV images"
  - Add overrides and test jobs for UV images

    We build two sets of images in Loci.

    1) For legacy images we first build so called
       requirements image that contains all the necessary
       wheels and then we build all other project images
       using these wheels from the requirements image.
    2) Also recently we added another set of images
       that we build using the two stage Dockerfile.
       On the first stage we build venv using UV and
       then we just copy the venv as is to the project
       image.

    We are going to support two sets of images for two
    release cycles before we decide how to continue.

    Change-Id: Id6412055f742990f08aa1befa7a41f1670414d4c
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
openstack-helm