From f478eeb1c21eced6ac11914e78e447144ae684d7 Mon Sep 17 00:00:00 2001 From: davidshtian Date: Sat, 11 Dec 2021 13:23:50 +0800 Subject: [PATCH] Change helm notes as the pod label key has changed (#148) * Change helm notes as the pod label key has changed Signed-off-by: Tian Shi * bump version Signed-off-by: Tian Shi * update CHANGELOG.md Signed-off-by: Tian Shi * resolve conflicts Signed-off-by: Tian Shi * bump version & update changelog Signed-off-by: Tian Shi --- charts/opensearch/CHANGELOG.md | 9 +++++++++ charts/opensearch/Chart.yaml | 2 +- charts/opensearch/templates/NOTES.txt | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/charts/opensearch/CHANGELOG.md b/charts/opensearch/CHANGELOG.md index b3676993..d8e80274 100644 --- a/charts/opensearch/CHANGELOG.md +++ b/charts/opensearch/CHANGELOG.md @@ -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 diff --git a/charts/opensearch/Chart.yaml b/charts/opensearch/Chart.yaml index f69fdd70..e0851cfb 100644 --- a/charts/opensearch/Chart.yaml +++ b/charts/opensearch/Chart.yaml @@ -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 diff --git a/charts/opensearch/templates/NOTES.txt b/charts/opensearch/templates/NOTES.txt index 99c41213..110e677b 100755 --- a/charts/opensearch/templates/NOTES.txt +++ b/charts/opensearch/templates/NOTES.txt @@ -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