File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,6 @@ kolla_image_tags:
2424 neutron :
2525 rocky-9 : zed-rocky-9-20240202T141530
2626 ubuntu-jammy : zed-ubuntu-jammy-20240202T143208
27+ prometheus :
28+ rocky-9 : zed-rocky-9-20240514T095142
29+ ubuntu-jammy : zed-ubuntu-jammy-20240514T092357
Original file line number Diff line number Diff line change @@ -333,6 +333,12 @@ kolla_build_blocks:
333333 {% set magnum_capi_packages = ['git+https://github.com/stackhpc/magnum-capi-helm.git@v0.11.0'] %}
334334 RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
335335 {% endraw %}
336+ prometheus_msteams_repository_version : | # Zed kolla has 1.5.1
337+ {% raw %}
338+ ARG prometheus_msteams_version=1.5.2
339+ ARG prometheus_msteams_sha256sum=0f4df9ee31e655d1ec876ea2c53ab5ae5b07143ef21b9190e61b4d52839e135c
340+ ARG prometheus_msteams_url=https://github.com/prometheus-msteams/prometheus-msteams/releases/download/v${prometheus_msteams_version}/prometheus-msteams-linux-{{debian_arch}}
341+ {% endraw %}
336342# Dict mapping image customization variable names to their values.
337343# Each variable takes the form:
338344# <image name>_<customization>_<operation>
You can’t perform that action at this time.
0 commit comments