Skip to content

Commit e035fa7

Browse files
authored
Merge pull request #1091 from stackhpc/update/magnum-capi-helm-version
Update Magnum CAPI Helm driver to version 1.0.0
2 parents fc278ab + 3746fa9 commit e035fa7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kolla_image_tags:
1616
rocky-9: 2023.1-rocky-9-20240509T102329
1717
ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T102329
1818
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
2121
opensearch:
2222
ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T094444

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ kolla_build_blocks:
336336
magnum_base_footer: |
337337
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
338338
{% raw %}
339-
{% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm[email protected].0'] %}
339+
{% set magnum_capi_packages = ['magnum-capi-helm==1.0.0'] %}
340340
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
341341
{% endraw %}
342342
prometheus_alertmanager_repository_version: | # 2023.1 kolla has 0.24.0
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
features:
3+
- |
4+
Updates Magnum CAPI Helm driver version to OpenDev v1.0.0

0 commit comments

Comments
 (0)