Skip to content

Commit 452261e

Browse files
authored
feat(chart/opensearch): add ability for serviceMonitor basicauth (#594)
* feat(chart/opensearch): add ability for serviceMonitor basicauth Signed-off-by: Toni Tauro <[email protected]> * fix(Chart.yaml): bump versionn Signed-off-by: Toni Tauro <[email protected]> * feat(basicAuth): change to existingSecret format Signed-off-by: Toni Tauro <[email protected]> * fix(README): just add my notes Signed-off-by: Toni Tauro <[email protected]> * fix(README): correct file Signed-off-by: Toni Tauro <[email protected]> * fix(Chart): bump version Signed-off-by: Toni Tauro <[email protected]> * fix(README): typo Signed-off-by: Toni Tauro <[email protected]> --------- Signed-off-by: Toni Tauro <[email protected]>
1 parent 6ba5262 commit 452261e

File tree

6 files changed

+156
-124
lines changed

6 files changed

+156
-124
lines changed

charts/opensearch/CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Fixed
1515
### Security
1616
---
17+
## [2.29.0]
18+
### Added
19+
- Ability to set a basic auth configuration to the `serviceMonitor`
20+
### Changed
21+
### Deprecated
22+
### Removed
23+
### Fixed
24+
### Security
25+
---
1726
## [2.28.0]
1827
### Added
1928
### Changed
@@ -539,8 +548,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
539548
### Fixed
540549
### Security
541550

542-
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.28.0...HEAD
543-
[2.28.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.27.1...opensearch-2.28.0
551+
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.29.0...HEAD
552+
[2.29.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.28.0...opensearch-2.29.0
553+
[2.28.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.27.0...opensearch-2.28.0
544554
[2.27.1]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.27.0...opensearch-2.27.1
545555
[2.27.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.26.1...opensearch-2.27.0
546556
[2.26.1]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.26.0...opensearch-2.26.1

charts/opensearch/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.28.0
18+
version: 2.29.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)