Skip to content

Commit e1d9044

Browse files
renovate-botallanger
authored andcommitted
Update prometheuscommunity/postgres-exporter Docker tag to v0.19.0
Generate docs Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net> Adjust hook weights for mysql tests Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
1 parent 2f3e3a6 commit e1d9044

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/db-instances/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
appVersion: "1.0"
33
description: Database Instances for db operator
44
name: db-instances
5-
version: 2.7.1
5+
version: 2.7.2

charts/db-instances/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# db-instances
22

3-
![Version: 2.7.1](https://img.shields.io/badge/Version-2.7.1-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
3+
![Version: 2.7.2](https://img.shields.io/badge/Version-2.7.2-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
44

55
Database Instances for db operator
66

@@ -10,7 +10,7 @@ Database Instances for db operator
1010
|-----|------|---------|-------------|
1111
| dbinstances | object | `{}` | |
1212
| nodeSelector | object | `{}` | |
13-
| exporter.postgres.image | string | `"prometheuscommunity/postgres-exporter:v0.15.0"` | |
13+
| exporter.postgres.image | string | `"prometheuscommunity/postgres-exporter:v0.19.0"` | |
1414
| mysql.enabled | bool | `false` | |
1515
| postgresql.enabled | bool | `false` | |
1616
| tests | object | `{"monitoring":{"enabled":false}}` | ------------------------------------------------------------------- |

charts/db-instances/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dbinstances: {}
22
nodeSelector: {}
33
exporter:
44
postgres:
5-
image: prometheuscommunity/postgres-exporter:v0.15.0
5+
image: prometheuscommunity/postgres-exporter:v0.19.0
66
mysql:
77
enabled: false
88
postgresql:

0 commit comments

Comments
 (0)