diff --git a/README.md b/README.md index afe6a96d..0ba90c6a 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,19 @@ helm install my-deployment opensearch/ Please see the `README.md` in the [OpenSearch](charts/opensearch) and [OpenSearch Dashboards](charts/opensearch-dashboards) directories for installation instructions. +### Notes About Default Installation + +By default, on startup, the `install_demo_configuration.sh` is runned via the `opensearch-docker-entrypoint.sh` script if `DISABLE_INSTALL_DEMO_CONFIG` is not `true`. + +In case custom certificates are used and `allow_unsafe_democertificates` is set to `false` in the configuration, this can prevent pods to start with the following error: `Demo certificates found but plugins.security.allow_unsafe_democertificates is set to false.` + +This can be solved by adding an environment variable in the `value.yml`: +``` +extraEnvs: + - name: DISABLE_INSTALL_DEMO_CONFIG + value: "true" +``` + ## Change Logs Please review the [OpenSearch](charts/opensearch/CHANGELOG.md) and the diff --git a/charts/opensearch/CHANGELOG.md b/charts/opensearch/CHANGELOG.md index 867e8eb4..4f6d3bf9 100644 --- a/charts/opensearch/CHANGELOG.md +++ b/charts/opensearch/CHANGELOG.md @@ -12,8 +12,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed ### Fixed ### Security ---- +--- +## [1.5.8] +### Added +- Added certs faqs in the opensearch documentations +### Changed +### Deprecated +### Removed +### Fixed +### Security +--- ## [1.5.7] ### Added ### Changed @@ -277,7 +286,10 @@ config: ### Fixed ### Security -[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.5.5...HEAD +[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.5.8...HEAD +[1.5.8]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.5.7...opensearch-1.5.8 +[1.5.7]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.5.6...opensearch-1.5.7 +[1.5.6]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.5.5...opensearch-1.5.6 [1.5.5]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.5.4...opensearch-1.5.5 [1.5.4]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.5.3...opensearch-1.5.4 [1.5.3]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.5.2...opensearch-1.5.3 diff --git a/charts/opensearch/Chart.yaml b/charts/opensearch/Chart.yaml index 6f7b0cae..f72ac52b 100644 --- a/charts/opensearch/Chart.yaml +++ b/charts/opensearch/Chart.yaml @@ -15,7 +15,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: 1.5.7 +version: 1.5.8 # 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