[bitnami/thanos] fix typo on receive component parameter documentation (#6687)

* fix typo on receive component parameter

* bump chart version

* Change default value in README

Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Rahmat Budiharso
2021-06-17 13:49:48 +07:00
committed by GitHub
parent f9a68fa238
commit bae779624a
2 changed files with 2 additions and 2 deletions

View File

@@ -28,4 +28,4 @@ name: thanos
sources:
- https://github.com/bitnami/bitnami-docker-thanos
- https://thanos.io
version: 3.18.1
version: 3.18.2

View File

@@ -554,7 +554,7 @@ The following tables lists the configurable parameters of the Thanos chart and t
| `receive.enabled` | Enable/disable Thanos Receive component | `false` |
| `receive.logLevel` | Thanos Receive log level | `info` |
| `receive.logFormat` | Thanos Receive log format | `logfmt` |
| `receive.logFormat` | Thanos Receive TSDB retention period | `tsdbRetention` |
| `receive.tsdbRetention` | Thanos Receive TSDB retention period | `15d` |
| `receive.replicationFactor` | Thanos Receive replication-factor | `1` |
| `receive.replicaLabel` | Label to treat as a replica indicator along which data is deduplicated | `replica` |
| `receive.alertmanagers` | Alermanager URLs array | `[]` |