]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
Update git submodules
authorZuul <zuul@review.opendev.org>
Wed, 17 Dec 2025 19:09:49 +0000 (19:09 +0000)
committerGerrit Code Review <review@openstack.org>
Wed, 17 Dec 2025 19:09:49 +0000 (19:09 +0000)
commit1eba0dfead6372ec9da52caebdf51b4882832ce5
tree98ad0e2b7b535416f3c0c42f479c4cffbb40eb9f
parenta240d5a27ea8641cf8e3d84053846b4fe4469128
Update git submodules

* Update openstack-helm from branch 'master'
  to 4c467cb5e9d0031544b1736d5ee03f63e78cae22
  - Merge "feat: build charts into sub dirs"
  - feat: build charts into sub dirs

    As outlined in
    https://lists.opendev.org/archives/list/service-discuss@lists.opendev.org/thread/VTMDDVSPM5HRUYWAATNMZOILT5OE57VR/
    the current structure of building all the charts into one directory is
    causing issues on the opendev infra due too many entries in one
    directory. Switch away from using a Makefile to using an Ansible role to
    build each chart and then use chart-testing to identify the charts that
    need to be rebuilt and lastly build them build put the output into a
    subdir matching the chart name.

    Change-Id: I61f11950ba381c7897eb6bfff05a508ca4db9f06
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
openstack-helm