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" )