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 @@ -13,8 +13,8 @@ kolla_image_tags:
13
13
rocky-9 : 2023.1-rocky-9-20240205T162323
14
14
ubuntu-jammy : 2023.1-ubuntu-jammy-20240221T133905
15
15
magnum :
16
- rocky-9 : 2023.1-rocky-9-20240229T103619
17
- ubuntu-jammy : 2023.1-ubuntu-jammy-20240229T103619
16
+ rocky-9 : 2023.1-rocky-9-20240312T170026
17
+ ubuntu-jammy : 2023.1-ubuntu-jammy-20240312T170026
18
18
neutron :
19
19
rocky-9 : 2023.1-rocky-9-20240202T145927
20
20
ubuntu-jammy : 2023.1-ubuntu-jammy-20240221T103817
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ kolla_build_blocks:
326
326
magnum_base_footer : |
327
327
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
328
328
{% raw %}
329
- {% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.10 .0'] %}
329
+ {% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.11 .0'] %}
330
330
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
331
331
{% endraw %}
332
332
# Dict mapping image customization variable names to their values.
Original file line number Diff line number Diff line change
1
+ ---
2
+ upgrade :
3
+ - |
4
+ Updates Magnum CAPI Helm driver version to v0.11.0
You can’t perform that action at this time.
0 commit comments