自定义Charts 更新版本 修改charts/app/Chart.yaml的version,github action会自动打包 添加仓库 helm repo add {alias} https://qxsugar.github.io/charts/ 更新仓库 helm repo update 搜索安装包 helm search repo {appName} 安装应用 helm install {chartName} {alias}/{appName}