We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae8503 commit 6b54eccCopy full SHA for 6b54ecc
etc/kayobe/kolla.yml
@@ -326,7 +326,7 @@ kolla_build_blocks:
326
magnum_base_footer: |
327
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | head -n -1 | bash
328
{% raw %}
329
- {% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.10.0'] %}
+ {% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.11.0'] %}
330
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
331
{% endraw %}
332
# Dict mapping image customization variable names to their values.
releasenotes/notes/bump-magnum-capi-helm-7e4ad37d3d9eecce.yaml
@@ -0,0 +1,4 @@
1
+---
2
+upgrade:
3
+ - |
4
+ Updates Magnum CAPI Helm driver version to v0.11.0
0 commit comments