helm常用命令
lint检查yaml文件语法格式
helm lint /root/myapp/

update动态修改资源
helm upgrade --set service.type="NodePort" nginx myapp
helm回滚
helm history nginx
helm roll back nginx 1
hilem history nginx
helm打包
helm package myapp

helm有很多命令,可以通过官方学习