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

Commit 946cbce

Browse files
authored
Merge pull request #32 from cloudalchemy/autoupdate
[patch] New prometheus/pushgateway upstream release!
2 parents ff473f9 + 730fa5b commit 946cbce

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
@@ -19,7 +19,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
1919

2020
| Name | Default Value | Description |
2121
| -------------- | ------------- | -----------------------------------|
22-
| `pushgateway_version` | 1.1.0 | Pushgateway package version |
22+
| `pushgateway_version` | 1.2.0 | Pushgateway package version |
2323
| `pushgateway_web_listen_address` | "0.0.0.0:9091" | Address on which pushgateway will listen |
2424
| `pushgateway_web_external_url` | "" | External address on which pushgateway is available. Useful when behind reverse proxy. Ex. http://example.org/pushgateway |
2525
| `pushgateway_persistence` | true | Enable persistence file |

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
pushgateway_version: 1.1.0
2+
pushgateway_version: 1.2.0
33
pushgateway_web_listen_address: "0.0.0.0:9091"
44
pushgateway_web_external_url: ""
55

0 commit comments

Comments
 (0)