Skip to content

Commit 06febec

Browse files
authored
Merge pull request #964 from stackhpc/feature/yoga-backport-bump-capi
Backport: Bump magnum-capi-helm version to latest
2 parents 99a3cac + 727fe74 commit 06febec

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ kolla_build_blocks:
415415
magnum_base_footer: |
416416
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
417417
{% 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'] %}
419419
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
420420
{% endraw %}
421421
# Dict mapping image customization variable names to their values.

etc/kayobe/kolla/globals.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ kayobe_image_tags:
1919
centos: yoga-20231107T165648
2020
rocky: yoga-20231218T141822
2121
ubuntu: yoga-20231107T165648
22+
magnum:
23+
centos: yoga-20240229T120519
24+
rocky: yoga-20240229T120519
25+
ubuntu: yoga-20240229T120519
2226
neutron:
2327
centos: yoga-20231114T125927
2428
rocky: yoga-20240105T120257
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
fixes:
3+
- Updates Magnum CAPI Helm driver version to v0.10.0

0 commit comments

Comments
 (0)