Merge pull request #353 from prometheus-community/autoupdate/chrony_exporter/0.10.0

patch: New superq/chrony_exporter upstream release 0.10.0!
This commit is contained in:
gardar 2024-05-24 23:38:39 +00:00 committed by GitHub
commit fef1936451
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
--- ---
chrony_exporter_version: 0.9.2 chrony_exporter_version: 0.10.0
chrony_exporter_binary_local_dir: "" chrony_exporter_binary_local_dir: ""
chrony_exporter_binary_url: "https://github.com/{{ _chrony_exporter_repo }}/releases/download/v{{ chrony_exporter_version }}/\ chrony_exporter_binary_url: "https://github.com/{{ _chrony_exporter_repo }}/releases/download/v{{ chrony_exporter_version }}/\
chrony_exporter-{{ chrony_exporter_version }}.linux-{{ go_arch }}.tar.gz" chrony_exporter-{{ chrony_exporter_version }}.linux-{{ go_arch }}.tar.gz"

View file

@ -10,7 +10,7 @@ argument_specs:
options: options:
chrony_exporter_version: chrony_exporter_version:
description: "Chrony exporter package version. Also accepts latest as parameter." description: "Chrony exporter package version. Also accepts latest as parameter."
default: "0.9.2" default: "0.10.0"
chrony_exporter_skip_install: chrony_exporter_skip_install:
description: "Chrony exporter installation tasks gets skipped when set to true." description: "Chrony exporter installation tasks gets skipped when set to true."
type: bool type: bool