Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 97cfa36

Browse files
cloudalchemybotpaulfantom
authored andcommitted
🎉 automated upstream release update (#197)
[patch] release
1 parent a219d23 commit 97cfa36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
2828

2929
| Name | Default Value | Description |
3030
| -------------- | ------------- | -----------------------------------|
31-
| `prometheus_version` | 2.8.0 | Prometheus package version. Also accepts `latest` as parameter. Only prometheus 2.x is supported |
31+
| `prometheus_version` | 2.8.1 | Prometheus package version. Also accepts `latest` as parameter. Only prometheus 2.x is supported |
3232
| `prometheus_config_dir` | /etc/prometheus | Path to directory with prometheus configuration |
3333
| `prometheus_db_dir` | /var/lib/prometheus | Path to directory with prometheus database |
3434
| `prometheus_web_listen_address` | "0.0.0.0:9090" | Address on which prometheus will be listening |

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
prometheus_version: 2.8.0
2+
prometheus_version: 2.8.1
33

44
prometheus_config_dir: /etc/prometheus
55
prometheus_db_dir: /var/lib/prometheus

0 commit comments

Comments
 (0)