diff --git a/README.md b/README.md index 4033325..f73049a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository contains [Helm](https://helm.sh) charts for various projects - [Distributed Loki](https://github.com/whyeasy/helm-charts/tree/master/charts/distributed-loki) -- [Gitlab-extra-expoter](https://github.com/Whyeasy/helm-charts/tree/master/charts/gitlab-extra-exporter) +- [Gitlab-extra-exporter](https://github.com/Whyeasy/helm-charts/tree/master/charts/gitlab-extra-exporter) - [Jira-exporter](https://github.com/Whyeasy/helm-charts/tree/master/charts/jira-exporter) - [Jira-sd-exporter](https://github.com/Whyeasy/helm-charts/tree/master/charts/jira-sd-exporter) - [k8s Node Termination Handler](https://github.com/whyeasy/helm-charts/tree/master/charts/k8s-node-termination-handler) diff --git a/charts/prometheus-mongodb-exporter/Chart.yaml b/charts/prometheus-mongodb-exporter/Chart.yaml index 2491318..7ffbad3 100644 --- a/charts/prometheus-mongodb-exporter/Chart.yaml +++ b/charts/prometheus-mongodb-exporter/Chart.yaml @@ -7,4 +7,4 @@ type: application sources: - https://github.com/percona/mongodb_exporter -version: 0.0.1 +version: 0.0.2 diff --git a/charts/prometheus-mongodb-exporter/README.md b/charts/prometheus-mongodb-exporter/README.md index be9b6db..4c03424 100644 --- a/charts/prometheus-mongodb-exporter/README.md +++ b/charts/prometheus-mongodb-exporter/README.md @@ -2,7 +2,7 @@ prometheus-mongodb-exporter =========================== A Prometheus exporter for MongoDB metrics -Current chart version is `0.0.1` +Current chart version is `0.0.2` @@ -55,4 +55,4 @@ Current chart version is `0.0.1` | serviceMonitor.enabled | bool | `true` | Enable service monitor for the Prometheus Operator | | serviceMonitor.interval | string | `"30s"` | Interval at which metrics should be scraped | | serviceMonitor.scrapeTimeout | string | `"10s"` | Interval at which metric scrapes should time out | -| tolerations | list | `[]` | | +| tolerations | list | `[]` | Add tolerations for pod assignment | diff --git a/charts/prometheus-mongodb-exporter/values.yaml b/charts/prometheus-mongodb-exporter/values.yaml index 73ce181..cebc333 100644 --- a/charts/prometheus-mongodb-exporter/values.yaml +++ b/charts/prometheus-mongodb-exporter/values.yaml @@ -112,5 +112,5 @@ serviceMonitor: # serviceMonitor.additionalLabels -- Additional labels to add to the ServiceMonitor additionalLabels: {} -# tolartions -- Add tolartions for pod assginment +# tolerations -- Add tolerations for pod assignment tolerations: []