mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 19:29:22 +08:00
Update catalog information
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
"healthy": true,
|
||||
"healthy_error": null,
|
||||
"location": "/__w/charts/charts/charts/elastic-search",
|
||||
"latest_version": "1.0.1",
|
||||
"latest_version": "1.0.2",
|
||||
"latest_app_version": "8.7.0",
|
||||
"latest_human_version": "8.7.0_1.0.1",
|
||||
"latest_human_version": "8.7.0_1.0.2",
|
||||
"last_update": "2023-04-12 13:31:20",
|
||||
"name": "elastic-search",
|
||||
"recommended": false,
|
||||
|
||||
Binary file not shown.
@@ -4,7 +4,7 @@ description: Elasticsearch is the distributed, RESTful search and analytics engi
|
||||
annotations:
|
||||
title: Elastic Search
|
||||
type: application
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
apiVersion: v2
|
||||
appVersion: '8.7.0'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
BIN
charts/elastic-search/1.0.2/charts/common-1.0.5.tgz
Normal file
BIN
charts/elastic-search/1.0.2/charts/common-1.0.5.tgz
Normal file
Binary file not shown.
@@ -21,7 +21,6 @@ workload:
|
||||
ELASTIC_PASSWORD: {{ .Values.esConfig.password }}
|
||||
ES_SETTING_HTTP_PORT: {{ .Values.esNetwork.httpPort }}
|
||||
ES_SETTING_NODE_NAME: {{ .Values.esConfig.nodeName }}
|
||||
ES_SETTING_NODE_ROLES: master
|
||||
ES_SETTING_DISCOVERY_TYPE: single-node
|
||||
ES_SETTING_XPACK_SECURITY_ENABLED: true
|
||||
{{/* Transport is not used on single nodes */}}
|
||||
Reference in New Issue
Block a user