cloudnativeapp / charts

Localized Helm charts from Helm Hub to China
https://developer.aliyun.com/hub
Apache License 2.0
417 stars 101 forks source link

upgrade apiVersion of Deployment for charts #122

Open wonderflow opened 4 years ago

wonderflow commented 4 years ago

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?

willzhang commented 4 years ago

yaml有问题,参考官方yaml,apiversion不对

wonderflow commented 4 years ago

欢迎提个PR帮忙修复哈