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

Commit 8bf638c

Browse files
authored
New prometheus/pushgateway upstream release! (#18)
[minor] release New prometheus/pushgateway upstream release!
2 parents aa28e49 + bc122fc commit 8bf638c

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

2121
| Name | Default Value | Description |
2222
| -------------- | ------------- | -----------------------------------|
23-
| `pushgateway_version` | 0.10.0 | Node exporter package version |
23+
| `pushgateway_version` | 1.0.0 | Node exporter package version |
2424
| `pushgateway_web_listen_address` | "0.0.0.0:9091" | Address on which node exporter will listen |
2525
| `pushgateway_web_external_url` | "" | External address on which pushgateway is available. Useful when behind reverse proxy. Ex. http://example.org/pushgateway |
2626
| `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: 0.10.0
2+
pushgateway_version: 1.0.0
33
pushgateway_web_listen_address: "0.0.0.0:9091"
44
pushgateway_web_external_url: ""
55

0 commit comments

Comments
 (0)