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

Commit b619c58

Browse files
🎉 automated upstream release update
1 parent 97206bf commit b619c58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
2727

2828
| Name | Default Value | Description |
2929
| -------------- | ------------- | -----------------------------------|
30-
| `prometheus_version` | 2.26.0 | Prometheus package version. Also accepts `latest` as parameter. Only prometheus 2.x is supported |
30+
| `prometheus_version` | 2.27.0 | Prometheus package version. Also accepts `latest` as parameter. Only prometheus 2.x is supported |
3131
| `prometheus_skip_install` | false | Prometheus installation tasks gets skipped when set to true. |
3232
| `prometheus_binary_local_dir` | "" | Allows to use local packages instead of ones distributed on github. As parameter it takes a directory where `prometheus` AND `promtool` binaries are stored on host on which ansible is ran. This overrides `prometheus_version` parameter |
3333
| `prometheus_config_dir` | /etc/prometheus | Path to directory with prometheus configuration |

defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
prometheus_version: 2.26.0
2+
prometheus_version: 2.27.0
33
prometheus_binary_local_dir: ''
44
prometheus_skip_install: false
55

0 commit comments

Comments
 (0)