From b85ed11cfcc14956b3bd9c95693e84e19c420140 Mon Sep 17 00:00:00 2001 From: Akash Jain <15995028+akash-jain-10@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:15:28 +0530 Subject: [PATCH] fix: ES Disable Security and HTTPS which was enabled by default (#191) * fix: ES Disable Security and HTTPS which was enabled by default * chore: Bump Chart Versions --- charts/deps/Chart.yaml | 2 +- charts/deps/values.yaml | 5 +++++ charts/openmetadata/Chart.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/charts/deps/Chart.yaml b/charts/deps/Chart.yaml index ed9890e5..2f1fd3b8 100644 --- a/charts/deps/Chart.yaml +++ b/charts/deps/Chart.yaml @@ -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 diff --git a/charts/deps/values.yaml b/charts/deps/values.yaml index 7bb2a88e..c00c96b2 100644 --- a/charts/deps/values.yaml +++ b/charts/deps/values.yaml @@ -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: diff --git a/charts/openmetadata/Chart.yaml b/charts/openmetadata/Chart.yaml index 6c15eb51..30f62bb5 100644 --- a/charts/openmetadata/Chart.yaml +++ b/charts/openmetadata/Chart.yaml @@ -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