Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit e6812ac

Browse files
committed
elastic chart
1 parent 443892e commit e6812ac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

charts/elastic/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type: application
2323
# This is the chart version. This version number should be incremented each time you make changes
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26-
version: 2.0.4
26+
version: 2.0.5
2727

2828
# This is the version number of the application being deployed. This version number should be
2929
# incremented each time you make changes to the application. Versions are not expected to

charts/elastic/values.schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@
9090
"description": "java options",
9191
"type": "string",
9292
"default": "-Xmx8g -Xms8g"
93+
},
94+
"esConfig": {
95+
"description": "Allows you to add any config files in /usr/share/elasticsearch/config/",
96+
"type": "object"
97+
},
98+
"extraEnvs": {
99+
"description": "Extra environment variables to append",
100+
"type": "object"
93101
}
94102
}
95103
},

0 commit comments

Comments
 (0)