Skip to content

Commit

Permalink
Change helm notes as the pod label key has changed (#148)
Browse files Browse the repository at this point in the history
* Change helm notes as the pod label key has changed

Signed-off-by: Tian Shi <[email protected]>

* bump version

Signed-off-by: Tian Shi <[email protected]>

* update CHANGELOG.md

Signed-off-by: Tian Shi <[email protected]>

* resolve conflicts

Signed-off-by: Tian Shi <[email protected]>

* bump version & update changelog

Signed-off-by: Tian Shi <[email protected]>
  • Loading branch information
davidshtian authored Dec 11, 2021
1 parent 5dde3b6 commit f478eeb
Show file tree
Hide file tree
Showing 3 changed files with 11 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
---
## [1.5.2]
### Added
### Changed
### Deprecated
### Removed
### Fixed
- Fixed helm chart NOTES as the pod label key has changed to 'app.kubernetes.io/component'
### Security
---
## [1.5.1]
### Added
### Changed
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.5.1
version: 1.5.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
2 changes: 1 addition & 1 deletion charts/opensearch/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Watch all cluster members come up.
$ kubectl get pods --namespace={{ .Release.Namespace }} -l app={{ template "opensearch.uname" . }} -w
$ kubectl get pods --namespace={{ .Release.Namespace }} -l app.kubernetes.io/component={{ template "opensearch.uname" . }} -w

0 comments on commit f478eeb

Please sign in to comment.