Skip to content

Commit

Permalink
Performance analyzer port on ci-values
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Hölscher <[email protected]>
  • Loading branch information
Phoelsch committed Nov 7, 2022
1 parent 3b5db41 commit 656df3e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security


[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.6.2...HEAD
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.6.3...HEAD
[2.6.3]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.6.2...opensearch-2.6.3
[2.6.2]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.6.1...opensearch-2.6.2
[2.6.1]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.6.0...opensearch-2.6.1
[2.6.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.5.0...opensearch-2.6.0
Expand Down
1 change: 1 addition & 0 deletions charts/opensearch/ci/ci-ingress-class-name-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ enableServiceLinks: true
protocol: https
httpPort: 9200
transportPort: 9300
metricsPort: 9600

service:
labels: {}
Expand Down
1 change: 1 addition & 0 deletions charts/opensearch/ci/ci-rbac-enabled-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ enableServiceLinks: true
protocol: https
httpPort: 9200
transportPort: 9300
metricsPort: 9600

service:
labels: {}
Expand Down
1 change: 1 addition & 0 deletions charts/opensearch/ci/ci-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ enableServiceLinks: true
protocol: https
httpPort: 9200
transportPort: 9300
metricsPort: 9600

service:
labels: {}
Expand Down

0 comments on commit 656df3e

Please sign in to comment.