mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/mongodb] Use stable/mongodb-exporter (#16245)
Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4b6522cb1f
commit
3a7be92ecd
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: mongodb
|
||||
version: 7.0.2
|
||||
version: 7.1.0
|
||||
appVersion: 4.0.11
|
||||
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications.
|
||||
keywords:
|
||||
|
||||
@@ -141,8 +141,8 @@ The following table lists the configurable parameters of the MongoDB chart and t
|
||||
| `ingress.secrets[0].key` | TLS Secret Key | `nil` |
|
||||
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
|
||||
| `metrics.image.registry` | MongoDB exporter image registry | `docker.io` |
|
||||
| `metrics.image.repository` | MongoDB exporter image name | `forekshub/percona-mongodb-exporter` |
|
||||
| `metrics.image.tag` | MongoDB exporter image tag | `latest` |
|
||||
| `metrics.image.repository` | MongoDB exporter image name | `bitnami/mongodb-exporter` |
|
||||
| `metrics.image.tag` | MongoDB exporter image tag | `{TAG_NAME}` |
|
||||
| `metrics.image.pullPolicy` | Image pull policy | `Always` |
|
||||
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
|
||||
| `metrics.podAnnotations.prometheus.io/scrape` | Additional annotations for Metrics exporter pod | `true` |
|
||||
|
||||
@@ -369,8 +369,8 @@ metrics:
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: forekshub/percona-mongodb-exporter
|
||||
tag: latest
|
||||
repository: bitnami/mongodb-exporter
|
||||
tag: 0.8.0-debian-9-r3
|
||||
pullPolicy: Always
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
@@ -371,8 +371,8 @@ metrics:
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: forekshub/percona-mongodb-exporter
|
||||
tag: latest
|
||||
repository: bitnami/mongodb-exporter
|
||||
tag: 0.8.0-debian-9-r3
|
||||
pullPolicy: Always
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user