From 859be2e3830c42de9270e77e65e90096ecc2488c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Vonheiden?= <bjoern.vonheiden@hotmail.de> Date: Sun, 13 Dec 2020 11:33:44 +0100 Subject: [PATCH] use github registry container images for UCs --- execution/run_uc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution/run_uc.py b/execution/run_uc.py index b217bacec..a3f171331 100644 --- a/execution/run_uc.py +++ b/execution/run_uc.py @@ -225,7 +225,7 @@ def start_application(svc_yaml, svc_monitor_yaml, jmx_yaml, deploy_yaml, app_container = next(filter( lambda x: x['name'] == 'uc-application', deploy_yaml['spec']['template']['spec']['containers'])) - app_container['image'] = 'theodolite/theodolite-uc' + uc_id \ + app_container['image'] = 'ghcr.io/cau-se/theodolite-uc' + uc_id \ + '-kstreams-app:latest' # Set configurations environment parameters for SPE -- GitLab