From 24509c23c91740caf4b490bf9a7edaf64ec93cfd Mon Sep 17 00:00:00 2001 From: Ernestas Poskus Date: Mon, 22 Mar 2021 11:49:11 +0200 Subject: [PATCH] bump: prometheus to 2.25.1 --- README.md | 2 +- defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 584f9a2..faca375 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ prometheus_snmp_exporter_config_dir: "{{ prometheus_config_dir }}/snmpexporter" prometheus_blackbox_exporter_config_dir: "{{ prometheus_config_dir }}/blackboxexporter" # Prometheus -prometheus_version: '2.13.1' +prometheus_version: '2.25.1' prometheus_platform_architecture: 'linux-amd64' # Number of open file allowed, value for LimitNOFILE diff --git a/defaults/main.yml b/defaults/main.yml index ad5192e..7e22405 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -25,7 +25,7 @@ prometheus_snmp_exporter_config_dir: "{{ prometheus_config_dir }}/snmpexporter" prometheus_blackbox_exporter_config_dir: "{{ prometheus_config_dir }}/blackboxexporter" # Prometheus -prometheus_version: '2.13.1' +prometheus_version: '2.25.1' prometheus_platform_architecture: 'linux-amd64' # Node exporter