Skip to content

Commit

Permalink
Updates README and Changelog entry
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Jan 29, 2024
1 parent 59b9797 commit da18934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- [Version and Branching](#version-and-branching)
- [Kubernetes Version Support](#kubernetes-version-support)
- [Installation](#installation)
- [Breaking Change](#breaking-change)
- [Breaking Change](#breaking-change)
- [Notes About Default Installation](#notes-about-default-installation)
- [Change Logs](#change-logs)
- [Contributing](#contributing)
Expand Down Expand Up @@ -62,7 +62,7 @@ helm install my-deployment opensearch/<chart name>

Please see the `README.md` in the [OpenSearch](charts/opensearch) and [OpenSearch Dashboards](charts/opensearch-dashboards) directories for installation instructions.

#### Breaking Change
### Breaking Change
Chart version 2.18.0 and App Version OpenSearch version 2.12.0 and above require a custom strong password to be provided in order to setup demo admin user. Without this password the cluster would not spin up, unless demo config install is disabled.

The custom admin password can be supplied by adding the environment variable `OPENSEARCH_INITIAL_ADMIN_PASSWORD` in the `value.yml`:
Expand Down
2 changes: 1 addition & 1 deletion charts/opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [2.18.0]
### Added
### Breaking
- Requires an initial admin password to be setup. Refer this github issue: https://github.com/opensearch-project/security/issues/3622
- Requires an initial admin password to be setup starting from App Version OpenSearch 2.12.0. Refer this github issue: https://github.com/opensearch-project/security/issues/3622
### Changed
### Deprecated
### Removed
Expand Down

0 comments on commit da18934

Please sign in to comment.