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

Fix hostname for Elasticsearch and add CI test #614

Closed
wants to merge 25 commits into from

Conversation

hellspawn679
Copy link
Contributor

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)

  • fixes #

Checklist

  • DCO signed
  • Commits are GPG signed
  • Chart Version bumped
  • Title of the PR starts with chart name ([jaeger] or [jaeger-operator])
  • README.md has been updated to match version/contain new values

@yurishkuro yurishkuro changed the title fixed hostname for es provisionDataStore.elasticsearch and added ci test Fix hostname for Elasticsearch and add CI test Oct 30, 2024
- name: Check if cert-manager is up
run: |
cmctl check api --wait=5m
- name: Run chart-testing (install)
Copy link
Member

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

@yurishkuro yurishkuro mentioned this pull request Oct 30, 2024
5 tasks
coryflucas and others added 16 commits November 1, 2024 17:30
…obs (jaegertracing#568)

Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: Pavel Nikolov <pavelnikolov@users.noreply.github.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: Pavel Nikolov <pavelnikolov@users.noreply.github.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: Jimmy Ungerman <jimmy@defenseunicorns.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
* [jaeger] allInOne add option automountServiceAccountToken for serviceaccount

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>

* [jaeger] allInOne add affinity support

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>

* [jaeger] allInOne add topologySpreadConstraints support

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>

* [jaeger] allInOne add podSecurityContext and containerSecurityContext support

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>

---------

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: chenlujjj <953546398@qq.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
…and collector services (jaegertracing#590)

Signed-off-by: mehul <mehulsharam4786@gmail.com>
… correct permissions when rbac.cluster.Role is set (jaegertracing#591)

* Update role.yaml to solve issue 581

Signed-off-by: shivendoodeshmukh <shivendoo@gcoea.ac.in>

* Bump Chart Version

Signed-off-by: shivendoodeshmukh <shivendoo@gcoea.ac.in>

---------

Signed-off-by: shivendoodeshmukh <shivendoo@gcoea.ac.in>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: Martin Kravec <kravciak@gmail.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: Andreas Seelinger <Andreas.Seelinger@accenture.com>
Signed-off-by: Pavel Nikolov <pavelnikolov@users.noreply.github.com>
Co-authored-by: Pavel Nikolov <pavelnikolov@users.noreply.github.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: Pavel Nikolov <me@pavelnikolov.net>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
elukey and others added 6 commits November 1, 2024 17:30
…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 <ltoscano@wikimedia.org>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
…tracing#601)

Signed-off-by: Kendi Paet <kendi@tavex.eu>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: Blair Bowden <blair@radiusmethod.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: Mehul <mehulsharma4786@gmail.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Signed-off-by: Mehul <mehulsharma4786@gmail.com>
Signed-off-by: mehul <mehulsharam4786@gmail.com>
Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

hellspawn679 and others added 3 commits November 3, 2024 00:32
…est for it

Signed-off-by: mehul <mehulsharam4786@gmail.com>
* Share setup sub-action in CI

Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: mehul <mehulsharam4786@gmail.com>

Update Chart.yaml

Signed-off-by: Pavel Nikolov <pavelnikolov@users.noreply.github.com>
* [jaeger] allInOne add option automountServiceAccountToken for serviceaccount

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>

* [jaeger] allInOne add affinity support

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>

* [jaeger] allInOne add topologySpreadConstraints support

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>

* [jaeger] allInOne add podSecurityContext and containerSecurityContext support

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>

---------

Signed-off-by: Reddysekhar Gaduputi <gsekhar73@gmail.com>
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

Successfully merging this pull request may close these issues.