mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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 | `[]` |
|
||||
|
||||
Reference in New Issue
Block a user