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 921fbc1 commit 297fa2cCopy full SHA for 297fa2c
etc/kayobe/kolla/globals.yml
@@ -14,8 +14,11 @@ kayobe_image_tags:
14
openstack:
15
rocky: zed-rocky-9-20230821T155947
16
ubuntu: zed-ubuntu-jammy-20230821T155947
17
+ prometheus:
18
+ rocky: zed-rocky-9-20230913T160425
19
20
openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}{% endraw %}"
21
+prometheus_tag: "{% raw %}{{ kayobe_image_tags['prometheus'][kolla_base_distro] | default(openstack_tag) }}{% endraw %}"
22
23
om_enable_rabbitmq_high_availability: true
24
0 commit comments