From 61a852f7a7162ca4803dd64c1043cf8672e0fed5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Vonheiden?= <bjoern.vonheiden@hotmail.de>
Date: Tue, 29 Sep 2020 16:53:32 +0200
Subject: [PATCH] Use image from dockerhub

---
 execution/theodolite.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/execution/theodolite.yaml b/execution/theodolite.yaml
index e81c6ba13..d5e821469 100644
--- a/execution/theodolite.yaml
+++ b/execution/theodolite.yaml
@@ -7,8 +7,8 @@ spec:
     spec:
       containers:
       - name: theodolite
-        image: theodolite:latest
-        imagePullPolicy: Never
+        image: bvonheid/theodolite:latest
+        # imagePullPolicy: Never # Used to pull "own" local image
         env:
         - name: UC
           value: "1"
-- 
GitLab