feat(opentelemetry-operator): add imageRegistry support [#2245] - #2322
Open
vkajtarGoTo wants to merge 6 commits into
Open
feat(opentelemetry-operator): add imageRegistry support [#2245]#2322vkajtarGoTo wants to merge 6 commits into
vkajtarGoTo wants to merge 6 commits into
Conversation
|
|
jaronoff97
reviewed
Jul 23, 2026
jaronoff97
reviewed
Jul 29, 2026
jaronoff97
approved these changes
Aug 3, 2026
petewall
reviewed
Aug 3, 2026
Comment on lines
+59
to
60
| registry: "" | ||
| repository: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator |
Contributor
There was a problem hiding this comment.
If we're adding the registry, wouldn't it make more sense to split this by default?
Suggested change
| registry: "" | |
| repository: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator | |
| registry: ghcr.io | |
| repository: open-telemetry/opentelemetry-operator/opentelemetry-operator |
Here and any other places where the repository is defined.
Contributor
There was a problem hiding this comment.
I suppose this would be a breaking change.
Contributor
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Contributor
|
Any Update? |
7 tasks
Contributor
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Contributor
|
@vkajtarGoTo Pls rebase and apply the feedback/review above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR implements the imageRegistry feature. Using this feature, a registry mirror, cache, or proxy can be used for all images managed by the operator.
Link to tracking issue
Fixes #2245
Authorship