From 5147086066bffcca6df2459b96fd9b86fa07fb4c Mon Sep 17 00:00:00 2001
From: merle <sebastien.merle@stritzinger.com>
Date: Wed, 8 Feb 2023 11:00:30 -0800
Subject: [PATCH] Fix TE service manifest

---
 manifests/teservice.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/teservice.yaml b/manifests/teservice.yaml
index 3f7bd1f04..701a5f52f 100644
--- a/manifests/teservice.yaml
+++ b/manifests/teservice.yaml
@@ -29,7 +29,7 @@ spec:
       shareProcessNamespace: true
       containers:
       - name: server
-        image: registry.gitlab.com/teraflow-h2020/controller/te:latest
+        image: labs.etsi.org:5050/tfs/controller/te:latest
         imagePullPolicy: Always
         ports:
         - containerPort: 11010
-- 
GitLab