From b3114ffb0ae3b0068993d1e29862c187da14a3eb Mon Sep 17 00:00:00 2001 From: Mayank Shah Date: Fri, 20 Dec 2024 20:10:10 +0530 Subject: [PATCH 1/2] fix notes.txt Signed-off-by: Mayank Shah --- charts/everest/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/everest/templates/NOTES.txt b/charts/everest/templates/NOTES.txt index 7c526472..1ad84cb2 100644 --- a/charts/everest/templates/NOTES.txt +++ b/charts/everest/templates/NOTES.txt @@ -8,7 +8,7 @@ PROVISION A NAMESPACE FOR YOUR DATABASES Install a namespace for your databases using the following command: - helm install everest/everest-db-namespace --namespace everest --create-namespace + helm install everest everest/everest-db-namespace --namespace everest --create-namespace {{- end }} From f90743aa515bba813062aa435c300e57de433473 Mon Sep 17 00:00:00 2001 From: Mayank Shah Date: Fri, 20 Dec 2024 20:11:53 +0530 Subject: [PATCH 2/2] fix repo name Signed-off-by: Mayank Shah --- charts/everest/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/everest/templates/NOTES.txt b/charts/everest/templates/NOTES.txt index 1ad84cb2..769e0baf 100644 --- a/charts/everest/templates/NOTES.txt +++ b/charts/everest/templates/NOTES.txt @@ -8,7 +8,7 @@ PROVISION A NAMESPACE FOR YOUR DATABASES Install a namespace for your databases using the following command: - helm install everest everest/everest-db-namespace --namespace everest --create-namespace + helm install everest percona/everest-db-namespace --namespace everest --create-namespace {{- end }}