From 865dc430d951d23290bd929aecdbc3b37d29d81b Mon Sep 17 00:00:00 2001 From: Mykola Morhun Date: Thu, 20 Aug 2020 12:43:46 +0300 Subject: [PATCH] Update plugin brokers version to v3.3.0 (#17671) Signed-off-by: Mykola Morhun --- .../src/main/webapp/WEB-INF/classes/che/che.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 fc0339b92b0..434dadba6d8 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 @@ -532,8 +532,8 @@ 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 -che.workspace.plugin_broker.metadata.image=quay.io/eclipse/che-plugin-metadata-broker:v3.2.0 -che.workspace.plugin_broker.artifacts.image=quay.io/eclipse/che-plugin-artifacts-broker:v3.2.0 +che.workspace.plugin_broker.metadata.image=quay.io/eclipse/che-plugin-metadata-broker:v3.3.0 +che.workspace.plugin_broker.artifacts.image=quay.io/eclipse/che-plugin-artifacts-broker:v3.3.0 # Docker image of Che plugin broker app that resolves workspace tooling configuration and copies # plugins dependencies to a workspace