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 78abe3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9270,7 +9270,7 @@ Data type: `String[1]`

The binary release version

Default value: `'0.5.1'`
Default value: `'0.15.0'`

##### <a name="-prometheus--postgres_exporter--postgres_user"></a>`postgres_user`

Expand Down
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 78abe3a

Please sign in to comment.