Skip to content

Commit

Permalink
fix: ES Disable Security and HTTPS which was enabled by default (#191)
Browse files Browse the repository at this point in the history
* fix: ES Disable Security and HTTPS which was enabled by default

* chore: Bump Chart Versions
  • Loading branch information
akash-jain-10 authored Oct 26, 2023
1 parent f9e8dfa commit b85ed11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/deps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.2.0
version: 1.2.1

# 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
5 changes: 5 additions & 0 deletions charts/deps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ elasticsearch:
fullnameOverride: "elasticsearch"
imagePullPolicy: "Always"
esJavaOpts: "-Xmx1024m -Xms1024m"
protocol: http
createCert: false
esConfig:
elasticsearch.yml: |
xpack.security.enabled: false
maxUnavailable: 0
clusterHealthCheckParams: "wait_for_status=yellow&timeout=20s"
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/openmetadata/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.2.0
version: 1.2.1

# 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

0 comments on commit b85ed11

Please sign in to comment.