Update catalog information

This commit is contained in:
sonicaj
2023-04-19 22:29:44 +00:00
parent c109fa3bf1
commit 622f9f952f
16 changed files with 3 additions and 4 deletions

View File

@@ -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,

View File

@@ -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'

Binary file not shown.

View File

@@ -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 */}}