Skip to content

Commit d40b1eb

Browse files
authored
Merge pull request #984 from stackhpc/yoga-bump-magnum-tag
Yoga bump magnum tag
2 parents a9e87f6 + 4ee0f70 commit d40b1eb

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ kolla_build_blocks:
416416
magnum_base_footer: |
417417
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
418418
{% raw %}
419-
{% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.10.0'] %}
419+
{% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.11.0'] %}
420420
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
421421
{% endraw %}
422422
# Dict mapping image customization variable names to their values.

etc/kayobe/kolla/globals.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ kayobe_image_tags:
2020
rocky: yoga-20231218T141822
2121
ubuntu: yoga-20231107T165648
2222
magnum:
23-
centos: yoga-20240229T120519
24-
rocky: yoga-20240229T120519
25-
ubuntu: yoga-20240229T120519
23+
centos: yoga-20240308T154440
24+
rocky: yoga-20240308T154440
25+
ubuntu: yoga-20240308T154440
2626
neutron:
2727
centos: yoga-20231114T125927
2828
rocky: yoga-20240105T120257
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 v0.11.0

0 commit comments

Comments
 (0)