Skip to content

Commit

Permalink
Update dependency prometheus-community/postgres_exporter to v0.15.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 72fc926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/postgres_exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
String[1] $package_name = 'postgres_exporter',
String[1] $user = 'postgres-exporter',
# renovate: depName=prometheus-community/postgres_exporter
String[1] $version = '0.5.1',
String[1] $version = '0.15.0',
String[1] $data_source_uri = 'host=/var/run/postgresql/ sslmode=disable',
Enum['custom', 'env', 'file'] $postgres_auth_method = 'env',
Hash[String[1],String[1]] $data_source_custom = {},
Expand Down

0 comments on commit 72fc926

Please sign in to comment.