tadayosi commented on code in PR #3537: URL: https://github.com/apache/camel-k/pull/3537#discussion_r964370969
########## pkg/util/defaults/defaults_support.go: ########## @@ -28,6 +29,10 @@ func BaseImage() string { return envOrDefault(baseImage, "KAMEL_BASE_IMAGE", "RELATED_IMAGE_BASE") } +func OperatorImage() string { + return envOrDefault(fmt.Sprintf("%s:%s", ImageName, Version), "KAMEL_OPERATOR_IMAGE", "KAMEL_K_TEST_OPERATOR_CURRENT_IMAGE") Review Comment: It doesn't look good that a test env is leaked to the main codebase, but since it's only for 1.8 then it should be ok. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org