Open johanneswuerbach opened 4 years ago
While I see the problem, I'm not sure it's worth adding a new field to the CR. I'm leaving this open for people to comment: if more people comment that they need this, we might add it.
In the meantime: are you aware that you can override the images via the operator's CLI? You can just add --jaeger-query-image=internal-mirror/jaegertracing/jaeger-query:1.19.2
to the operator.yaml
deployment definition and all CRs managed by this operator will use this image by default.
Yes, but this still means adding the prefix individually for the all-in-one, query, collector, cronjob(s), agent images, which feels like a lot to keep track of. I would also be happy to add a CLI only option first, if that is preferred.
Noted. Let's see if other people also need it, and we'll start with an operator flag instead then.
Hi all, would find it useful too, we have exactly the same requirement. Thanks
@andreacoccodi, just wanted to make sure you are aware that you can override the default images via --jaeger-*-image=
flags.
I know we can do that, but that also means that every time we upgrade we need to run a job to find out the tag we need to use and then run the cli to update the images. If there was a flag in the values.yaml of the operator we could set it once and forget about it.
The values.yaml would be in the Helm Chart, which does sound like an appropriate place for this.
At my company we mirror all externally used images to our private registry. While you can already change the individual image names used by the jaeger components, it is currently rather tedious as you need to override each component image individually.
Instead we would prefer to set a shared image prefix used by all images like:
If this would be contribution you would accept, I'll happily start working on it.