chore(prometheus-mongodb-exporter): version bump percona mongdb exporter (#18388)

also adding extra arg

Signed-off-by: iGaskin <gask0032@gmail.com>
This commit is contained in:
Isaac Gaskin
2019-11-12 07:52:06 -08:00
committed by Kubernetes Prow Robot
parent 903dbd4087
commit aa76c853d8
3 changed files with 5 additions and 4 deletions
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v0.7.0"
appVersion: "v0.10.0"
description: A Prometheus exporter for MongoDB metrics
home: https://github.com/percona/mongodb_exporter
keywords:
@@ -13,4 +13,4 @@ maintainers:
name: prometheus-mongodb-exporter
sources:
- https://github.com/percona/mongodb_exporter
version: 2.3.0
version: 2.4.0
+1 -1
View File
@@ -39,7 +39,7 @@ podAnnotations:
| `fullnameOverride` | Override the full chart name | `` |
| `image.pullPolicy` | MongoDB Exporter image pull policy | `IfNotPresent` |
| `image.repository` | MongoDB Exporter image name | `ssheehy/mongodb-exporter` |
| `image.tag` | MongoDB Exporter image tag | `0.7.0` |
| `image.tag` | MongoDB Exporter image tag | `0.10.0` |
| `imagePullSecrets` | List of container registry secrets | `[]` |
| `mongodb.uri` | The required [URI](https://docs.mongodb.com/manual/reference/connection-string) to connect to MongoDB | `` |
| `nameOverride` | Override the application name | `` |
@@ -7,13 +7,14 @@ extraArgs:
- --collect.database
- --collect.indexusage
- --collect.topmetrics
- --collect.connpoolstats
fullnameOverride: ""
image:
pullPolicy: IfNotPresent
repository: ssheehy/mongodb-exporter
tag: 0.7.0
tag: 0.10.0
imagePullSecrets: []