charts
charts copied to clipboard
upgrade apiVersion of Deployment for charts
When I try to install some charts, I find below errors:
Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Deployment" in version "apps/v1beta2"
Should we consider upgrade them?
yaml有问题,参考官方yaml,apiversion不对
欢迎提个PR帮忙修复哈