-
Notifications
You must be signed in to change notification settings - Fork 348
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
Fix hostname for Elasticsearch and add CI test #614
Conversation
40a43fd
to
a2a14b0
Compare
187a566
to
c766beb
Compare
.github/workflows/es.yaml
Outdated
- name: Check if cert-manager is up | ||
run: | | ||
cmctl check api --wait=5m | ||
- name: Run chart-testing (install) |
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.
Suggestion: we can move all steps up to this point into a shared helper action (example) and not repeat them in each workflow. Then instead of defining a new workflow file you can add an extra job in the main workflow
…obs (jaegertracing#568) Signed-off-by: mehul <[email protected]>
Signed-off-by: Pavel Nikolov <[email protected]> Signed-off-by: mehul <[email protected]>
Signed-off-by: Pavel Nikolov <[email protected]> Signed-off-by: mehul <[email protected]>
Signed-off-by: mehul <[email protected]>
Signed-off-by: mehul <[email protected]>
Signed-off-by: Jimmy Ungerman <[email protected]> Signed-off-by: mehul <[email protected]>
Signed-off-by: mehul <[email protected]>
Signed-off-by: mehul <[email protected]>
* [jaeger] allInOne add option automountServiceAccountToken for serviceaccount Signed-off-by: Reddysekhar Gaduputi <[email protected]> * [jaeger] allInOne add affinity support Signed-off-by: Reddysekhar Gaduputi <[email protected]> * [jaeger] allInOne add topologySpreadConstraints support Signed-off-by: Reddysekhar Gaduputi <[email protected]> * [jaeger] allInOne add podSecurityContext and containerSecurityContext support Signed-off-by: Reddysekhar Gaduputi <[email protected]> --------- Signed-off-by: Reddysekhar Gaduputi <[email protected]> Signed-off-by: mehul <[email protected]>
Signed-off-by: chenlujjj <[email protected]> Signed-off-by: mehul <[email protected]>
Signed-off-by: Yuri Shkuro <[email protected]> Signed-off-by: mehul <[email protected]>
…and collector services (jaegertracing#590) Signed-off-by: mehul <[email protected]>
… correct permissions when rbac.cluster.Role is set (jaegertracing#591) * Update role.yaml to solve issue 581 Signed-off-by: shivendoodeshmukh <[email protected]> * Bump Chart Version Signed-off-by: shivendoodeshmukh <[email protected]> --------- Signed-off-by: shivendoodeshmukh <[email protected]> Signed-off-by: mehul <[email protected]>
Signed-off-by: Martin Kravec <[email protected]> Signed-off-by: mehul <[email protected]>
Signed-off-by: Andreas Seelinger <[email protected]> Signed-off-by: Pavel Nikolov <[email protected]> Co-authored-by: Pavel Nikolov <[email protected]> Signed-off-by: mehul <[email protected]>
Signed-off-by: Pavel Nikolov <[email protected]> Signed-off-by: mehul <[email protected]>
…ml (jaegertracing#600) The sidecar is missing the securityContext entry, and it makes it difficult to apply specific settings in the context of K8s PSS (migrating from PSP for example). Signed-off-by: Luca Toscano <[email protected]> Signed-off-by: mehul <[email protected]>
…tracing#601) Signed-off-by: Kendi Paet <[email protected]> Signed-off-by: mehul <[email protected]>
Signed-off-by: Reddysekhar Gaduputi <[email protected]> Signed-off-by: mehul <[email protected]>
Signed-off-by: Blair Bowden <[email protected]> Signed-off-by: mehul <[email protected]>
Signed-off-by: Mehul <[email protected]> Signed-off-by: mehul <[email protected]>
Signed-off-by: Mehul <[email protected]> Signed-off-by: mehul <[email protected]>
34a0481
to
f93c91d
Compare
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.
LGTM
…est for it Signed-off-by: mehul <[email protected]>
* Share setup sub-action in CI Signed-off-by: Yuri Shkuro <[email protected]> Signed-off-by: mehul <[email protected]> Update Chart.yaml Signed-off-by: Pavel Nikolov <[email protected]>
* [jaeger] allInOne add option automountServiceAccountToken for serviceaccount Signed-off-by: Reddysekhar Gaduputi <[email protected]> * [jaeger] allInOne add affinity support Signed-off-by: Reddysekhar Gaduputi <[email protected]> * [jaeger] allInOne add topologySpreadConstraints support Signed-off-by: Reddysekhar Gaduputi <[email protected]> * [jaeger] allInOne add podSecurityContext and containerSecurityContext support Signed-off-by: Reddysekhar Gaduputi <[email protected]> --------- Signed-off-by: Reddysekhar Gaduputi <[email protected]>
1263e82
to
1b91023
Compare
What this PR does
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format,will close that issue when PR gets merged)
Checklist
[jaeger]
or[jaeger-operator]
)