Skip to content

Update Magnum CAPI Helm driver to version 1.0.0 #1091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kolla_image_tags:
rocky-9: 2023.1-rocky-9-20240509T102329
ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T102329
magnum:
rocky-9: 2023.1-rocky-9-20240509T111619
ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T111619
rocky-9: 2023.1-rocky-9-20240607T082105
ubuntu-jammy: 2023.1-ubuntu-jammy-20240607T082105
opensearch:
ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T094444
2 changes: 1 addition & 1 deletion etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,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.13.0'] %}
{% set magnum_capi_packages = ['magnum-capi-helm==1.0.0'] %}
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
{% endraw %}
prometheus_alertmanager_repository_version: | # 2023.1 kolla has 0.24.0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
features:
- |
Updates Magnum CAPI Helm driver version to OpenDev v1.0.0
Loading