I've recently upgraded from 2.5.17 to 2.6.12. None...
# general
s
I've recently upgraded from 2.5.17 to 2.6.12. None of my helm charts, built for apps I deploy, are showing up under Repository Charts. I've narrowed the problem down to the version field which is in Major.Minor.Patch-BuildID format; i.e. 3.55.0-12. The apiVersion in my helm chart is set to 2. After reading helm v2 docs, the version format I am using is in fact a valid semantic version 2.0.0 format. If I drop the -BuildID i.e. 3.55.0, the chart shows up in Rancher. Is anyone else experiencing this?