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