Change helm path

Signed-off-by: LiHui <andrewli@yunify.com>
This commit is contained in:
LiHui
2021-07-05 17:58:26 +08:00
committed by ks-ci-bot
parent 3dcb5e3d15
commit 798d348f21

View File

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