Skip to content

Commit

Permalink
added description for lifecycle parameter (#482)
Browse files Browse the repository at this point in the history
* added description for lifecycle parameter

Signed-off-by: premkiran <[email protected]>

* CHANGELOG added, version updated, lifecycle added

Signed-off-by: premkiran <[email protected]>

* Upgrade appVersions to 2.11.0 (#484)

Signed-off-by: Rishabh Singh <[email protected]>

* app version reverted to 2.11.0 for opensearch

Signed-off-by: premkiran <[email protected]>

---------

Signed-off-by: premkiran <[email protected]>
Signed-off-by: Rishabh Singh <[email protected]>
Co-authored-by: premkiran <[email protected]>
Co-authored-by: Rishabh Singh <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2023
1 parent b11265b commit 0d334a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions charts/opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security
---
## [2.16.1]
### Added
### Changed
### Deprecated
### Removed
### Fixed
- Fixed missing lifecycle parameter in README for opensearch chart
### Security
---
## [2.16.0]
### Added
- Updated OpenSearch appVersion to 2.11.0
Expand Down
2 changes: 1 addition & 1 deletion charts/opensearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2.16.0
version: 2.16.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
3 changes: 2 additions & 1 deletion charts/opensearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ helm uninstall my-release
| `startupProbe` | Configuration fields for the startup [probe][] | see [exampleStartup][] in `values.yaml` |
| `plugins.enabled` | Allow/disallow to add 3rd Party / Custom plugins not offered in the default OpenSearchDashboards image | false |
| `plugins.installList` | Array containing the Opensearch Dashboards plugins to be installed in container | \[] |
| `opensearchLifecycle` | Allows you to configure lifecycle hooks for the OpenSearch container in the StatefulSet | {} |
| `opensearchLifecycle` | Allows you to configure lifecycle hooks for the OpenSearch container in the StatefulSet | {} |
| `lifecycle` | Allows you to configure lifecycle hooks for the OpenSearch container in the StatefulSet | {} |
| `openSearchAnnotations` | Allows you to configure custom annotation in the StatefullSet of the OpenSearch container | {} |
[anti-affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
Expand Down

0 comments on commit 0d334a0

Please sign in to comment.