operator-framework/operator-marketplace

No matches for CatalogSourceConfig in marketplace.redhat.com/v1alpha1

galderz opened this issue · 1 comments

Marketplace deployment fails to deploy when doing kubectl apply -f deploy/upstream :

time="2019-03-25T13:51:17Z" level=info msg="Go Version: go1.10.3"
time="2019-03-25T13:51:17Z" level=info msg="Go OS/Arch: linux/amd64"
time="2019-03-25T13:51:17Z" level=info msg="operator-sdk Version: v0.3.0"
time="2019-03-25T13:51:17Z" level=info msg="Registering Components."
time="2019-03-25T13:51:17Z" level=warning msg="[status] ClusterOperator API not present: server does not support API version \"config.openshift.io/v1\""
time="2019-03-25T13:51:17Z" level=fatal msg="no matches for kind \"CatalogSourceConfig\" in version \"marketplace.redhat.com/v1alpha1\""

@galderz This was due to the fact that our promotion process was holding the latest image build. This is resolved now.

Closing this issue.