Skip to content

Commit

Permalink
Update dependency prometheus/blackbox_exporter to v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 13, 2024
1 parent 944d342 commit a66443d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/blackbox_exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
String[1] $package_name = 'blackbox_exporter',
String[1] $user = 'blackbox-exporter',
# renovate: depName=prometheus/blackbox_exporter
String[1] $version = '0.17.0',
String[1] $version = '0.25.0',
Boolean $restart_on_change = true,
Boolean $service_enable = true,
Stdlib::Ensure::Service $service_ensure = 'running',
Expand Down

0 comments on commit a66443d

Please sign in to comment.