Merge pull request #4043 from ks-ci-bot/cherry-pick-4042-to-release-3.1

[release-3.1] Change helm path
This commit is contained in:
KubeSphere CI Bot
2021-07-05 18:52:27 +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"
)