Skip to content

Commit

Permalink
Add note about overridden broker images in che.properties
Browse files Browse the repository at this point in the history
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 <amisevsk@redhat.com>
  • Loading branch information
amisevsk committed Sep 8, 2020
1 parent 5d7a2a5 commit 2e47e0c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2e47e0c

Please sign in to comment.