diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index 5bdbc01acf..e6b8ba1aeb 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -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: diff --git a/stable/mongodb/README.md b/stable/mongodb/README.md index e4f94dcb8f..c91d05c9c3 100644 --- a/stable/mongodb/README.md +++ b/stable/mongodb/README.md @@ -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` | diff --git a/stable/mongodb/values-production.yaml b/stable/mongodb/values-production.yaml index 32d8b65c58..44e12a452c 100644 --- a/stable/mongodb/values-production.yaml +++ b/stable/mongodb/values-production.yaml @@ -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. diff --git a/stable/mongodb/values.yaml b/stable/mongodb/values.yaml index 876108ba78..201dcead15 100644 --- a/stable/mongodb/values.yaml +++ b/stable/mongodb/values.yaml @@ -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.