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

Add Elasticsearch image to CR and flag #289

Merged
merged 2 commits into from
Mar 8, 2019

Conversation

pavolloffay
Copy link
Member

Resolves #215

Signed-off-by: Pavol Loffay ploffay@redhat.com

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
@jpkrohling
Copy link
Contributor

This change is Reviewable

@@ -66,6 +66,9 @@ func NewStartCommand() *cobra.Command {
cmd.Flags().String("jaeger-es-rollover-image", "jaegertracing/jaeger-es-rollover", "The Docker image for the Jaeger Elasticsearch Rollover")
viper.BindPFlag("jaeger-es-rollover-image", cmd.Flags().Lookup("jaeger-es-rollover-image"))

cmd.Flags().String("jaeger-elasticsearch-image", "quay.io/openshift/origin-logging-elasticsearch5:latest", "The Docker image for Elasticsearch")
Copy link
Member Author

Choose a reason for hiding this comment

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

@pavolloffay pavolloffay requested review from jpkrohling and objectiser and removed request for jpkrohling March 8, 2019 15:50
@pavolloffay
Copy link
Member Author

Not sure why it generates two additional files - @jpkrohling shall we ignore them?

@codecov
Copy link

codecov bot commented Mar 8, 2019

Codecov Report

Merging #289 into master will increase coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #289      +/-   ##
==========================================
+ Coverage   88.45%   88.52%   +0.06%     
==========================================
  Files          71       70       -1     
  Lines        3109     3110       +1     
==========================================
+ Hits         2750     2753       +3     
+ Misses        246      244       -2     
  Partials      113      113
Impacted Files Coverage Δ
pkg/apis/jaegertracing/v1/jaeger_types.go 100% <ø> (ø) ⬆️
pkg/storage/elasticsearch.go 79.31% <100%> (+0.17%) ⬆️
pkg/strategy/controller.go 100% <100%> (ø) ⬆️
...ntauthentication/v1alpha1/zz_generated.defaults.go

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea595e9...7b510f9. Read the comment docs.

@jpkrohling
Copy link
Contributor

@pavolloffay those are new as of 0.5.0. You can leave them in this PR, just include them in the .codecov.yml file, so that they aren't counted for the coverage. Or you can remove them from this PR and I'll include them in a follow-up PR.

Copy link
Contributor

@jpkrohling jpkrohling left a comment

Choose a reason for hiding this comment

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

:lgtm: , just make sure to either include the new generated files into .codecov.yml, or remove them from the PR. Other than that, it's ready to be merged.

Reviewed 7 of 7 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @objectiser and @pavolloffay)

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
@pavolloffay pavolloffay merged commit be83935 into jaegertracing:master Mar 8, 2019
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.

2 participants