mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/elasticsearch] Deploy ingest nodes by default (#12246)
* Enable ingest by default and bump Chart version Signed-off-by: Michiel <michield@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -25,4 +25,4 @@ name: elasticsearch
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/elasticsearch
|
||||
- https://www.elastic.co/products/elasticsearch
|
||||
version: 19.2.3
|
||||
version: 19.2.4
|
||||
|
||||
@@ -415,7 +415,7 @@ $ helm delete --purge my-release
|
||||
|
||||
| Name | Description | Value |
|
||||
| ---------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
|
||||
| `ingest.enabled` | Enable ingest nodes | `false` |
|
||||
| `ingest.enabled` | Enable ingest nodes | `true` |
|
||||
| `ingest.replicaCount` | Number of ingest-only replicas to deploy | `2` |
|
||||
| `ingest.nameOverride` | String to partially override elasticsearch.ingest.fullname | `""` |
|
||||
| `ingest.fullnameOverride` | String to fully override elasticsearch.ingest.fullname | `""` |
|
||||
|
||||
@@ -1289,7 +1289,7 @@ coordinating:
|
||||
ingest:
|
||||
## @param ingest.enabled Enable ingest nodes
|
||||
##
|
||||
enabled: false
|
||||
enabled: true
|
||||
## @param ingest.replicaCount Number of ingest-only replicas to deploy
|
||||
##
|
||||
replicaCount: 2
|
||||
|
||||
Reference in New Issue
Block a user