mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
903dbd4087
commit
aa76c853d8
@@ -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
|
||||
|
||||
@@ -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: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user