File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ kolla_build_blocks:
415
415
magnum_base_footer : |
416
416
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
417
417
{% raw %}
418
- {% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.1 .0'] %}
418
+ {% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.10 .0'] %}
419
419
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
420
420
{% endraw %}
421
421
# Dict mapping image customization variable names to their values.
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ kayobe_image_tags:
19
19
centos : yoga-20231107T165648
20
20
rocky : yoga-20231218T141822
21
21
ubuntu : yoga-20231107T165648
22
+ magnum :
23
+ centos : yoga-20240229T120519
24
+ rocky : yoga-20240229T120519
25
+ ubuntu : yoga-20240229T120519
22
26
neutron :
23
27
centos : yoga-20231114T125927
24
28
rocky : yoga-20240105T120257
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - Updates Magnum CAPI Helm driver version to v0.10.0
You can’t perform that action at this time.
0 commit comments