-
Notifications
You must be signed in to change notification settings - Fork 352
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
[jaeger] Add appProtocol #539 #540
[jaeger] Add appProtocol #539 #540
Conversation
6ca4999
to
bf8cdc5
Compare
5f55857
to
2b3598a
Compare
@antonioberben This would fail if the K8s version doesn't support it. To ensure backwards compatibility, please, check if the property is supported using a conditional block. Error:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix CI error by adding the field conditionally if supported by the K8s version.
1d8fd75
to
5b75907
Compare
hi @pavelnikolov , the code now makes
As you can see here the stable version is kubernetes |
@antonioberben I believe that you need to check not the Kubernetes version but rather the available API versions. I haven't checked particularly for the |
437cd35
to
35cf7e3
Compare
Signed-off-by: Antonio Berben <[email protected]>
* [jaeger] Bumping kafka chart dependency from 19.x to 26.x & common from 1.16.x to 2.x Signed-off-by: Dan Peric <[email protected]> Signed-off-by: dperic <[email protected]> * [jaeger] Bumping kafka chart dependency from 19.x to 26.x & common from 1.16.x to 2.x Signed-off-by: Dan Peric <[email protected]> Signed-off-by: dperic <[email protected]> * [jaeger] Bumping kafka chart dependency from 19.x to 26.x & common from 1.16.x to 2.x Signed-off-by: Dan Peric <[email protected]> Signed-off-by: dperic <[email protected]> * [jaeger] Bumping kafka chart dependency from 19.x to 26.x & common from 1.16.x to 2.x Signed-off-by: Dan Peric <[email protected]> Signed-off-by: dperic <[email protected]> * [jaeger] Bumping kafka chart dependency from 19.x to 26.x & common from 1.16.x to 2.x Signed-off-by: Dan Peric <[email protected]> Signed-off-by: dperic <[email protected]> * Update Readme and Kafka Version Signed-off-by: dperic <[email protected]> * Fix readme and sign Signed-off-by: dperic <[email protected]> * Bumping Chart Version to 1.0.0 due to breaking change Signed-off-by: dperic <[email protected]> * Remove trailing space Signed-off-by: dpaxon <[email protected]> --------- Signed-off-by: Dan Peric <[email protected]> Signed-off-by: dperic <[email protected]> Signed-off-by: dpaxon <[email protected]> Signed-off-by: Antonio Berben <[email protected]>
Signed-off-by: Antonio Berben <[email protected]>
Signed-off-by: Antonio Berben <[email protected]>
…racing#541) Signed-off-by: Chris Danis <[email protected]> Signed-off-by: Antonio Berben <[email protected]>
Signed-off-by: Antonio Berben <[email protected]>
Signed-off-by: Antonio Berben <[email protected]>
35cf7e3
to
e0e65bf
Compare
Signed-off-by: Antonio B. <[email protected]>
Hi @pavelnikolov , It was a typo 😞 . Now it should work. Please, can you review it? thanks! |
@antonioberben I just did a little research and I'd like you to use the |
Signed-off-by: Antonio Berben <[email protected]>
@pavelnikolov done! nice catch |
Everything ready now. Thanks @pavelnikolov |
Thank you for your contribution! |
What this PR does
Which issue this PR fixes
Checklist
[jaeger]
or[jaeger-operator]
)