mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 11:06:11 +08:00
* Upgraded catalog item(s)
This commit upgrades elastic-search, nextcloud, minio catalog item(s).
* undo 2 apps
* bump common
* bump common
* untouch minio
* upstream tags do not contain "v"
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
32 lines
466 B
YAML
32 lines
466 B
YAML
image:
|
|
repository: docker.elastic.co/elasticsearch/elasticsearch
|
|
pullPolicy: IfNotPresent
|
|
tag: 8.7.0
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
esConfig:
|
|
password: ''
|
|
heapSize: 512m
|
|
nodeName: elastic_search_node
|
|
additionalEnvs: []
|
|
|
|
# Not user configurable
|
|
esRunAs:
|
|
user: 1000
|
|
group: 1000
|
|
|
|
esNetwork:
|
|
httpPort: 30000
|
|
hostNetwork: false
|
|
certificateID: ''
|
|
|
|
esStorage:
|
|
data:
|
|
type: ixVolume
|
|
hostPath: ''
|
|
datasetName: data
|