Skip to content

Commit

Permalink
chore(deps): update dependency prometheus-community/postgres_exporter…
Browse files Browse the repository at this point in the history
… to v0.17.0
  • Loading branch information
renovate-bot committed Feb 28, 2025
1 parent 2aeb13f commit cef40ec
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.17.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 cef40ec

Please sign in to comment.