From 4d03665cbaa518f572e5418c8ba90fa6222ab33c Mon Sep 17 00:00:00 2001 From: LiHui Date: Mon, 5 Jul 2021 17:58:26 +0800 Subject: [PATCH] Change helm path Signed-off-by: LiHui --- pkg/simple/client/openpitrix/helmwrapper/helm_wrapper_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/simple/client/openpitrix/helmwrapper/helm_wrapper_linux.go b/pkg/simple/client/openpitrix/helmwrapper/helm_wrapper_linux.go index 2ad48c7ef..0016f5290 100644 --- a/pkg/simple/client/openpitrix/helmwrapper/helm_wrapper_linux.go +++ b/pkg/simple/client/openpitrix/helmwrapper/helm_wrapper_linux.go @@ -17,5 +17,5 @@ limitations under the License. package helmwrapper const ( - helmPath = "/usr/bin/helm" + helmPath = "/usr/local/bin/helm" )