From 2e47e0c1f0542e3630062d2609640a53d2f34b0a Mon Sep 17 00:00:00 2001 From: Angel Misevski Date: Tue, 8 Sep 2020 15:14:12 -0400 Subject: [PATCH] Add note about overridden broker images in che.properties Add a small note to the plugin broker images config lines in che.properties to make it clear that the Che Operator overrides the properties by default. Signed-off-by: Angel Misevski --- .../src/main/webapp/WEB-INF/classes/che/che.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties index e1f1e537c255..a2056797e0f7 100644 --- a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties +++ b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties @@ -543,6 +543,9 @@ che.singleport.wildcard_domain.ipless=false # Docker image of Che plugin broker app that resolves workspace tooling configuration and copies # plugins dependencies to a workspace +# +# Note these images are overridden by the Che Operator by default; changing the images here will not +# have an effect if Che is installed via Operator. che.workspace.plugin_broker.metadata.image=quay.io/eclipse/che-plugin-metadata-broker:v3.4.0 che.workspace.plugin_broker.artifacts.image=quay.io/eclipse/che-plugin-artifacts-broker:v3.4.0