File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed
Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,11 @@ nginx_exporter_port: "9113"
9494# Image version
9595# ##############
9696
97- prometheus_version : " 3.1.0 "
98- alertmanager_version : " 0.28 .0"
97+ prometheus_version : " 3.8.1 "
98+ alertmanager_version : " 0.30 .0"
9999node_exporter_version : " 1.10.2"
100- cadvisor_version : " 0.49.2 "
101- grafana_version : " 11.4.0 "
100+ cadvisor_version : " 0.55.1 "
101+ grafana_version : " 12.3.1 "
102102haproxy_version : " lts-alpine"
103103mysqld_exporter_version : " 0.15.1"
104104fluentd_version : " 1.17"
Original file line number Diff line number Diff line change 11alertmanager_repo : " github.com/prometheus/alertmanager"
2- alertmanager_version : " 0.28 .0"
2+ alertmanager_version : " 0.30 .0"
33alertmanager_port : 9093
44alertmanager_container_name : " alertmanager"
55alertmanager_docker_namespace : " {{ docker_namespace if docker_namespace else 'prom' }}"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ argument_specs:
1010 options :
1111 alertmanager_version :
1212 description : " Alertmanager package version. Also accepts `latest` as parameter."
13- default : 0.28 .0
13+ default : 0.30 .0
1414 alertmanager_web_listen_address :
1515 description : " Address on which alertmanager will be listening"
1616 default : " <ip-adress>:9093"
Original file line number Diff line number Diff line change 11cadvisor_repo : " github.com/google/cadvisor"
2- cadvisor_version : " 0.49.2 "
2+ cadvisor_version : " 0.55.1 "
33cadvisor_port : " 8080"
44cadvisor_container_name : " cadvisor"
55cadvisor_docker_namespace : " {{ docker_namespace if docker_namespace else 'cadvisor' }}"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ argument_specs:
1010 options :
1111 cadvisor_version :
1212 description : " cAdvisor package version. Also accepts latest as parameter."
13- default : " 0.49.2 "
13+ default : " 0.55.1 "
1414 cadvisor_port :
1515 description : " Port on which cadvisor will listen"
1616 default : " 8080"
Original file line number Diff line number Diff line change 11---
22grafana_repo : " github.com/grafana/grafana"
3- grafana_version : " 11.4.0 "
3+ grafana_version : " 12.3.1 "
44grafana_container_name : " grafana"
55grafana_docker_namespace : " {{ docker_namespace if docker_namespace else 'grafana' }}"
66grafana_image : " {{ docker_registry ~ '/' if docker_registry else '' }}{{ grafana_docker_namespace }}/grafana:{{ grafana_version }}"
Original file line number Diff line number Diff line change 11---
22prometheus_repo : " github.com/prometheus/prometheus"
3- prometheus_version : " 3.1.0 "
3+ prometheus_version : " 3.8.1 "
44prometheus_docker_namespace : " {{ docker_namespace if docker_namespace else 'prom' }}"
55prometheus_port : 9090
66prometheus_container_name : " prometheus"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ argument_specs:
1212 description :
1313 - " Prometheus package version. Also accepts C(latest) as parameter."
1414 - " Only prometheus 2.x is supported"
15- default : " 2.51.2 "
15+ default : " 3.8.1 "
1616 prometheus_config_dir :
1717 description : " Path to directory with prometheus configuration"
1818 default : " /etc/ansitheus/prometheus"
Original file line number Diff line number Diff line change @@ -168,11 +168,11 @@ Commands:
168168 - Image : You can change the Docker image version by setting `*_version` variables. This is used mostly in upgrade case. The current version is listed here:
169169
170170 ` ` ` yaml
171- prometheus_version: "3.1.0 "
172- alertmanager_version: "0.28 .0"
171+ prometheus_version: "3.8.1 "
172+ alertmanager_version: "0.30 .0"
173173 node_exporter_version: "1.10.2"
174- cadvisor_version: "0.49.2 "
175- grafana_version: "11.4.0 "
174+ cadvisor_version: "0.55.1 "
175+ grafana_version: "12.3.1 "
176176 haproxy_version: "lts-alpine"
177177 ` ` `
178178
Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ nginx_exporter_port: "9113"
6565# Image version
6666# ##############
6767
68- prometheus_version : " 3.1.0 "
69- alertmanager_version : " 0.28 .0"
68+ prometheus_version : " 3.8.1 "
69+ alertmanager_version : " 0.30 .0"
7070node_exporter_version : " 1.10.2"
71- cadvisor_version : " 0.49.2 "
72- grafana_version : " 11.4.0 "
71+ cadvisor_version : " 0.55.1 "
72+ grafana_version : " 12.3.1 "
7373haproxy_version : " lts-alpine"
7474mysqld_exporter_version : " 0.15.1"
7575fluentd_version : " 1.17"
You can’t perform that action at this time.
0 commit comments