Skip to content

Commit

Permalink
Add homepage and source urls to chart (opensearch-project#455)
Browse files Browse the repository at this point in the history
* Add homepage and source urls to chart

Signed-off-by: Michael Kriese <michael.kriese@visualon.de>

* Update changelog

Signed-off-by: Michael Kriese <michael.kriese@visualon.de>

---------

Signed-off-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
viceice committed Aug 7, 2023
1 parent 9ea394d commit f39410d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
12 changes: 11 additions & 1 deletion 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.14.1]
### Added
- Add homepage and source urls to chart
### Changed
### Deprecated
### Removed
### Fixed
### Security
---
## [2.14.0]
### Added
- Updated OpenSearch appVersion to 2.9.0
Expand Down Expand Up @@ -311,7 +320,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.14.0...HEAD
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.14.1...HEAD
[2.14.1]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.14.0...opensearch-2.14.1
[2.14.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.13.3...opensearch-2.14.0
[2.13.3]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.13.1...opensearch-2.13.3
[2.13.2]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.13.1...opensearch-2.13.2
Expand Down
7 changes: 6 additions & 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.14.0
version: 2.14.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 All @@ -30,3 +30,8 @@ maintainers:
- name: peterzhuamazon
- name: prudhvigodithi
- name: TheAlgo

home: https://opensearch.org
sources:
- https://github.com/opensearch-project/opensearch
- https://github.com/opensearch-project/helm-charts

0 comments on commit f39410d

Please sign in to comment.