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,7 +16,7 @@ kolla_image_tags:
16
16
rocky-9 : 2023.1-rocky-9-20240509T102329
17
17
ubuntu-jammy : 2023.1-ubuntu-jammy-20240509T102329
18
18
magnum :
19
- rocky-9 : 2023.1-rocky-9-20240509T111619
20
- ubuntu-jammy : 2023.1-ubuntu-jammy-20240509T111619
19
+ rocky-9 : 2023.1-rocky-9-20240607T082105
20
+ ubuntu-jammy : 2023.1-ubuntu-jammy-20240607T082105
21
21
opensearch :
22
22
ubuntu-jammy : 2023.1-ubuntu-jammy-20240509T094444
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ kolla_build_blocks:
336
336
magnum_base_footer : |
337
337
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
338
338
{% raw %}
339
- {% set magnum_capi_packages = ['git+https://github.com/stackhpc/ magnum-capi-helm.git@v0.13 .0'] %}
339
+ {% set magnum_capi_packages = ['magnum-capi-helm==1.0 .0'] %}
340
340
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
341
341
{% endraw %}
342
342
prometheus_alertmanager_repository_version : | # 2023.1 kolla has 0.24.0
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Updates Magnum CAPI Helm driver version to OpenDev v1.0.0
You can’t perform that action at this time.
0 commit comments