Skip to content

Commit

Permalink
FIX: Issue 105 - RBAC enabled (#106)
Browse files Browse the repository at this point in the history
* - Added missing `labels:` stanza delimeter to role.yaml to address the
  failure when RBAC is enabled.

Signed-off-by: Michael Primeaux <[email protected]>

* - Renamed CI values file for testing RBAC enabled.

Signed-off-by: Michael Primeaux <[email protected]>

* - Indented template line to asthetically match.

Signed-off-by: Michael Primeaux <[email protected]>

* - Incremented OpenSearch chart version to 1.2.2 to accommodate another
  PR.

Signed-off-by: Michael Primeaux <[email protected]>

* - Amended CHANGELOG as per review.

Signed-off-by: Michael Primeaux <[email protected]>
  • Loading branch information
mprimeaux authored Oct 28, 2021
1 parent e7d851a commit 9c407b9
Show file tree
Hide file tree
Showing 4 changed files with 569 additions and 10 deletions.
6 changes: 4 additions & 2 deletions charts/opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security

---
## [1.2.1]
## [1.2.2]
### Added
### Changed
### Deprecated
### Removed
### Fixed
- [Issue #105](https://github.com/opensearch-project/helm-charts/issues/105) OpenSearch chart fails when RBAC is enabled.
- Missing `labels` key is added into role.yaml.
### Security

Expand Down Expand Up @@ -109,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security

[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.2.1...HEAD
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.2.2...HEAD
[1.2.2]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.2.1...opensearch-1.2.2
[1.2.1]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.2.0...opensearch-1.2.1
[1.2.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.1.0...opensearch-1.2.0
[1.1.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.0.8...opensearch-1.1.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: 1.2.1
version: 1.2.2

# 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
Loading

0 comments on commit 9c407b9

Please sign in to comment.