lburgazzoli commented on code in PR #4003:
URL: https://github.com/apache/camel-k/pull/4003#discussion_r1084946607


##########
e2e/namespace/upgrade/cli_upgrade_test.go:
##########
@@ -75,7 +75,7 @@ func TestOperatorUpgrade(t *testing.T) {
                Expect(os.Setenv("KAMEL_BIN", "")).To(Succeed())
 
                // Upgrade the operator by installing the current version
-               Expect(KamelInstall(ns, "--olm=false", "--force", 
"--operator-image", image).Execute()).To(Succeed())
+               Expect(KamelInstall(ns, "--olm=false", "--force", 
"--operator-image", image, "--base-image", 
defaults.BaseImage()).Execute()).To(Succeed())

Review Comment:
   this may be removed as the installation happens using the , but need to digg 
into it a little bit more 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to