Update prometheus 2.5.0->2.9.2
This commit is contained in:
parent
f05e031ce0
commit
7fc3248f7d
1 changed files with 3 additions and 3 deletions
|
@ -2,10 +2,10 @@ prometheus:
|
||||||
user: prometheus
|
user: prometheus
|
||||||
group: prometheus
|
group: prometheus
|
||||||
server:
|
server:
|
||||||
version: 2.5.0.linux-amd64
|
version: 2.9.2.linux-amd64
|
||||||
install_dir: /opt
|
install_dir: /opt
|
||||||
source: https://github.com/prometheus/prometheus/releases/download/v2.5.0/prometheus-2.5.0.linux-amd64.tar.gz
|
source: https://github.com/prometheus/prometheus/releases/download/v2.9.2/prometheus-2.9.2.linux-amd64.tar.gz
|
||||||
source_hash: https://github.com/prometheus/prometheus/releases/download/v2.5.0/sha256sums.txt
|
source_hash: https://github.com/prometheus/prometheus/releases/download/v2.9.2/sha256sums.txt
|
||||||
args:
|
args:
|
||||||
config_file: /etc/prometheus/prometheus.yml
|
config_file: /etc/prometheus/prometheus.yml
|
||||||
storage:
|
storage:
|
||||||
|
|
Loading…
Reference in a new issue