mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 20:58:26 +00:00
Merge pull request #418 from prometheus-community/autoupdate/pushgateway/1.10.0
patch: New prometheus/pushgateway upstream release 1.10.0!
This commit is contained in:
commit
94a872a5c7
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
pushgateway_version: 1.9.0
|
pushgateway_version: 1.10.0
|
||||||
pushgateway_binary_local_dir: ""
|
pushgateway_binary_local_dir: ""
|
||||||
pushgateway_binary_url: "https://github.com/{{ _pushgateway_repo }}/releases/download/v{{ pushgateway_version }}/\
|
pushgateway_binary_url: "https://github.com/{{ _pushgateway_repo }}/releases/download/v{{ pushgateway_version }}/\
|
||||||
pushgateway-{{ pushgateway_version }}.linux-{{ go_arch }}.tar.gz"
|
pushgateway-{{ pushgateway_version }}.linux-{{ go_arch }}.tar.gz"
|
||||||
|
|
|
@ -10,7 +10,7 @@ argument_specs:
|
||||||
options:
|
options:
|
||||||
pushgateway_version:
|
pushgateway_version:
|
||||||
description: "Pushgateway package version. Also accepts latest as parameter."
|
description: "Pushgateway package version. Also accepts latest as parameter."
|
||||||
default: "1.9.0"
|
default: "1.10.0"
|
||||||
pushgateway_skip_install:
|
pushgateway_skip_install:
|
||||||
description: "Pushgateway installation tasks gets skipped when set to true."
|
description: "Pushgateway installation tasks gets skipped when set to true."
|
||||||
type: bool
|
type: bool
|
||||||
|
|
Loading…
Add table
Reference in a new issue