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

Commit

Permalink
elasti
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Jul 11, 2022
1 parent aa02a6a commit 0fc1b1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/elastic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.0
version: 2.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 4 additions & 2 deletions charts/elastic/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,13 @@
},
"esConfig": {
"description": "Allows you to add any config files in /usr/share/elasticsearch/config/",
"type": "object"
"type": "object",
"default": {}
},
"extraEnvs": {
"description": "Extra environment variables to append",
"type": "array"
"type": "array",
"default": []
}
}
},
Expand Down

0 comments on commit 0fc1b1f

Please sign in to comment.