velero: Changes required for uprading velero from v1.5.x to v1.6.1
CRDs need to be installed without validating them on k8s <= 1.14. The velero helm chart does not know how to handle this scenario and velero upgrades on CCE 1.13 failed.
As a work-around, a new CRD template has been created for our local helm chart which installs the CRDS without validation. This template should only be used for CCE v1.13.
Edited by Cosmin Ioiart