In the ocs-operator Chart It looks like an older version of the storage-operatorgroup template is specified. I get an error in argocd after running the infra-mod.sh script saying "error validating data: ValidationError(OperatorGroup.status): missing required field “lastUpdated” in com.coreos.operators.v1.OperatorGroup.status"

and I think it is due to the multi-tenancy-gitops-infra storage chart not specifying the newer version (0.1.2) of the helm chart that added
status:
lastUpdated: nill
apiVersion: v2
name: ocs-operator
description: Deployment of OpenShift Data Foudnation
type: application
version: 0.1.0
appVersion: "1.0"
dependencies:
- name: odf-operator
version: 0.1.0
repository: https://cloud-native-toolkit.github.io/toolkit-charts/
*also foundation is misspelled in the description