From 5b87ed39eca8466944c38880939ac2e9d7866ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= Date: Wed, 28 Jun 2023 16:59:45 +0200 Subject: [PATCH 1/2] Set namespace in commands in chart notes --- helm/trident-operator/templates/NOTES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/trident-operator/templates/NOTES.txt b/helm/trident-operator/templates/NOTES.txt index 48b246ac3..f3ba9b278 100644 --- a/helm/trident-operator/templates/NOTES.txt +++ b/helm/trident-operator/templates/NOTES.txt @@ -11,5 +11,5 @@ online at {{ .Chart.Home }}. To learn more about the release, try: - $ helm status {{ .Release.Name }} - $ helm get all {{ .Release.Name }} + $ helm status -n {{ .Release.Namespace }} {{ .Release.Name }} + $ helm get all -n {{ .Release.Namespace }} {{ .Release.Name }} From 7838de4732832177cc07edf714a4354214e633b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= Date: Wed, 28 Jun 2023 17:34:15 +0200 Subject: [PATCH 2/2] Bump chart version to 1.0.1 --- helm/trident-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/trident-operator/Chart.yaml b/helm/trident-operator/Chart.yaml index 52ac2109f..f92b40162 100644 --- a/helm/trident-operator/Chart.yaml +++ b/helm/trident-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: trident-operator -version: 1.0.0 +version: 1.0.1 kubeVersion: ">= 1.21.0-0" description: "A Helm chart for deploying NetApp's Trident CSI storage provisioner using the Trident Operator." type: application