Merge pull request #4042 from xyz-li/master

Change helm path
This commit is contained in:
KubeSphere CI Bot
2021-07-05 18:35:28 +08:00
committed by GitHub

View File

@@ -17,5 +17,5 @@ limitations under the License.
package helmwrapper
const (
helmPath = "/usr/bin/helm"
helmPath = "/usr/local/bin/helm"
)