blob: 2189b52a242e705bbb117bc75a06db5e681a85bf [file] [log] [blame]
Ivan Berezovskiy61c831a2018-12-25 18:25:13 +04001parameters:
2 docker:
3 client:
4 enabled: true
5 images:
6 - ${_param:docker_image_alerta}
7 - ${_param:docker_image_alertmanager}
8 - ${_param:docker_image_grafana}
9 - ${_param:docker_image_prometheus}
Michal Kobus94fab652019-03-01 17:09:20 +010010 - ${_param:docker_image_prometheus_es_exporter}
Ivan Berezovskiy61c831a2018-12-25 18:25:13 +040011 - ${_param:docker_image_prometheus_gainsight}
12 - ${_param:docker_image_prometheus_gainsight_elasticsearch}
13 - ${_param:docker_image_prometheus_relay}
14 - ${_param:docker_image_pushgateway}
15 - ${_param:docker_image_remote_agent}
16 - ${_param:docker_image_remote_collector}
17 - ${_param:docker_image_remote_storage_adapter}
Michal Kobus94fab652019-03-01 17:09:20 +010018 - ${_param:docker_image_sf_notifier}