cloud-native-toolkit / multi-tenancy-gitops-infra

5 stars 624 forks source link

Version specified in multi-tenancy-gitops-infra/storage/Chart.yaml isn't 0.1.2 #28

Open David-M-IBM opened 2 years ago

David-M-IBM commented 2 years ago

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"

image (6)

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

David-M-IBM commented 2 years ago

@ncolon helped me fix by replacing odf-operator with ocs-operator 0.2.4