mirror of
https://github.com/truenas/charts.git
synced 2026-02-09 13:26:55 +08:00
* use docker hub version of elasticsearch * move to ix-dev * move to ix-dev --------- Co-authored-by: Anton Aleksandrov <afaleksandro@detmir.ru>
19 lines
295 B
YAML
19 lines
295 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: linuxserver/diskover
|
|
tag: "2.0.1"
|
|
|
|
elasticsearch:
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: elasticsearch
|
|
tag: "7.5.2"
|
|
|
|
python:
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: python
|
|
tag: "3.10"
|
|
|
|
es_user: elasticsearch
|