Skip to content

qxsugar/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

自定义Charts

release

更新版本

修改charts/app/Chart.yamlversion,github action会自动打包

添加仓库

helm repo add {alias} https://qxsugar.github.io/charts/

更新仓库

helm repo update

搜索安装包

helm search repo {appName}

安装应用

helm install {chartName} {alias}/{appName}