mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
patch: 🎉 automated upstream release update (#317)
Signed-off-by: prombot <prometheus-team@googlegroups.com> Co-authored-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
parent
b91773432a
commit
ffa7ad9add
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
cadvisor_version: 0.47.2
|
||||
cadvisor_version: 0.49.1
|
||||
cadvisor_binary_local_dir: ""
|
||||
cadvisor_binary_url: "https://github.com/{{ _cadvisor_repo }}/releases/download/v{{ cadvisor_version }}/\
|
||||
cadvisor-v{{ cadvisor_version }}-linux-{{ go_arch }}"
|
||||
|
|
|
@ -10,7 +10,7 @@ argument_specs:
|
|||
options:
|
||||
cadvisor_version:
|
||||
description: "cAdvisor package version. Also accepts latest as parameter."
|
||||
default: "0.47.2"
|
||||
default: "0.49.1"
|
||||
cadvisor_skip_install:
|
||||
description: "cAdvisor installation tasks gets skipped when set to true."
|
||||
type: bool
|
||||
|
|
Loading…
Reference in a new issue