-
Notifications
You must be signed in to change notification settings - Fork 558
Update Jaeger community-operators to v1.17.0 #1287
Update Jaeger community-operators to v1.17.0 #1287
Conversation
cc @objectiser |
Is this check failure expected, or is there something wrong with our CSV? |
/test CVP |
Marking this as WIP, as I found a problem with this CSV, related to jaegertracing/jaeger-operator#931 |
Removing WIP. |
/test CVP |
@J0zi, can we get the logs for the check that failed? All I can see is this:
|
I will give it another chance, we will see. Waiting for a result. |
/test CVP |
investigating |
@jpkrohling, it failed on the following: |
What does that mean? Is there something I have to fix in the CSV? During my manual tests, I was able to push this to my private quay.io repository and create an operator-source from it, and a subscription afterwards. |
@jpkrohling @J0zi can you double check that your validation schema is correct? That crd is very large and it seems to contain a lot of duplicate fields. Can you confirm that this file is correct? |
still investigating |
As part of jaegertracing/jaeger-operator#932 , we have recently removed the descriptions from the CRD, making it far smaller. I added another commit to this PR to use that CRD instead. A similar PR to this one has been merged already, adding the Jaeger 1.17.0 CSV to the upstream community operators. To bring a similar change to that, I also created #1299, but this might be a sign that the tests between community operators and upstream community operators should be aligned. |
Hi @jpkrohling, currently, catalog-initialization fails on following: |
33b87d2
to
aeb9f62
Compare
Looks like it's now passing! |
@jpkrohling please squash your commits. And consider similar updates to #1299. |
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
aeb9f62
to
32e5afd
Compare
It is already in sync with this PR here. |
/test CVP |
Thanks submitting your Operator. Please check below list before you create your Pull Request.
Flat operator directory structure is obsolete from 23-rd of October 2019, only nested directory structure will be accepted.
New Submissions
Updates to existing Operators
Your submission should not
Operator Description must contain (in order)
Operator Metadata should contain
Remember that you can preview your CSV here.
--
1 If you feel your Operator does not fit any of the pre-defined categories, file a PR against this repo and explain your need
2 For more information see here