Starting in Helm 3.5.2, SemVer version strings are strictly enforced. Therefore, charts with SemVer version strings like X.X.000 will no longer work.
This commit addresses the following semvers that are invalid. The fix is to bump the packageVersion only (no Helm chart changes otherwise):
- artifactory-ha 4.13.000 -> 4.13.1
- artifactory-jcr 3.4.000 -> 3.4.1
- dynatrace-oneagent-operator 0.8.000 -> 0.8.1
- hpe-flexvolume-driver 3.1.000 -> 3.1.1
- kubecost (cost-analyzer) 1.70.000 -> 1.70.1
- portshift-operator 0.1.000 -> 0.1.1
- Update chart logo to match upstream's reference
- Update annotations to catalog.cattle.io
- Remove local copy of logo
- Remove app-readme
- Remove dynatrace-oneagent-operator-0.8.000.tgz
Move questions.yaml, app-readme.md, and logo.png to the overlay
directory. These files are Rancher specific and should be kept separate
in the overlay directory as we now use partner's upstream chart
repositories rather than our own.