File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ kolla_image_tags:
16
16
rocky-9 : 2023.1-rocky-9-20240205T162323
17
17
ubuntu-jammy : 2023.1-ubuntu-jammy-20240221T133905
18
18
magnum :
19
- rocky-9 : 2023.1-rocky-9-20240320T133822
20
- ubuntu-jammy : 2023.1-ubuntu-jammy-20240320T133822
19
+ rocky-9 : 2023.1-rocky-9-20240411T125311
20
+ ubuntu-jammy : 2023.1-ubuntu-jammy-20240411T125311
21
21
neutron :
22
22
rocky-9 : 2023.1-rocky-9-20240202T145927
23
23
ubuntu-jammy : 2023.1-ubuntu-jammy-20240221T103817
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ kolla_build_blocks:
328
328
magnum_base_footer : |
329
329
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
330
330
{% raw %}
331
- {% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.12 .0'] %}
331
+ {% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.13 .0'] %}
332
332
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
333
333
{% endraw %}
334
334
# Dict mapping image customization variable names to their values.
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Updates Magnum CAPI Helm driver version to v0.13.0
You can’t perform that action at this time.
0 commit comments