Skip to content

Commit

Permalink
Merge pull request #964 from stackhpc/feature/yoga-backport-bump-capi
Browse files Browse the repository at this point in the history
Backport: Bump magnum-capi-helm version to latest
  • Loading branch information
scrungus authored Mar 1, 2024
2 parents 99a3cac + 727fe74 commit 06febec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ kolla_build_blocks:
magnum_base_footer: |
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
{% raw %}
{% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.1.0'] %}
{% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.10.0'] %}
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
{% endraw %}
# Dict mapping image customization variable names to their values.
Expand Down
4 changes: 4 additions & 0 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ kayobe_image_tags:
centos: yoga-20231107T165648
rocky: yoga-20231218T141822
ubuntu: yoga-20231107T165648
magnum:
centos: yoga-20240229T120519
rocky: yoga-20240229T120519
ubuntu: yoga-20240229T120519
neutron:
centos: yoga-20231114T125927
rocky: yoga-20240105T120257
Expand Down
3 changes: 3 additions & 0 deletions releasenotes/notes/bump-magnum-51e03a61ae8aa5a4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
fixes:
- Updates Magnum CAPI Helm driver version to v0.10.0

0 comments on commit 06febec

Please sign in to comment.