diff --git a/REFERENCE.md b/REFERENCE.md index fdffe0ce..f0ccc51e 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -9270,7 +9270,7 @@ Data type: `String[1]` The binary release version -Default value: `'0.5.1'` +Default value: `'0.15.0'` ##### `postgres_user` diff --git a/manifests/postgres_exporter.pp b/manifests/postgres_exporter.pp index 2e5200bb..18146863 100644 --- a/manifests/postgres_exporter.pp +++ b/manifests/postgres_exporter.pp @@ -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 = {},