Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
David-M-IBM opened this issue Mar 31, 2022 · 1 comment

Comments

@David-M-IBM
Copy link

David-M-IBM commented Mar 31, 2022

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant