From 1a8aa984002153b06f122529e05759701418ce98 Mon Sep 17 00:00:00 2001 From: cloudalchemybot Date: Wed, 7 Oct 2020 08:06:38 +0000 Subject: [PATCH] :tada: automated upstream release update --- README.md | 2 +- defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b266be..d6acfdf 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults | Name | Default Value | Description | | -------------- | ------------- | -----------------------------------| -| `pushgateway_version` | 1.2.0 | Pushgateway package version | +| `pushgateway_version` | 1.3.0 | Pushgateway package version | | `pushgateway_web_listen_address` | "0.0.0.0:9091" | Address on which pushgateway will listen | | `pushgateway_web_external_url` | "" | External address on which pushgateway is available. Useful when behind reverse proxy. Ex. http://example.org/pushgateway | | `pushgateway_persistence` | true | Enable persistence file | diff --git a/defaults/main.yml b/defaults/main.yml index ac8323c..7646bf8 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -pushgateway_version: 1.2.0 +pushgateway_version: 1.3.0 pushgateway_web_listen_address: "0.0.0.0:9091" pushgateway_web_external_url: ""