From a30c53f411f302356347cd858b2361a39fc360c4 Mon Sep 17 00:00:00 2001
From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de>
Date: Wed, 14 Apr 2021 11:44:29 +0200
Subject: [PATCH] set image pull policy to always

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

diff --git a/execution/theodolite-kotlin.yaml b/execution/theodolite-kotlin.yaml
index 4bb5e934d..6588a101d 100644
--- a/execution/theodolite-kotlin.yaml
+++ b/execution/theodolite-kotlin.yaml
@@ -14,9 +14,10 @@ spec:
           image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:theodolite-kotlin-latest
           ports:
           - containerPort: 80
-            name: analysis 
+            name: analysis
         - name: theodolite
-          image: benediktwetzel/theodolite-test #  ghcr.io/cau-se/theodolite:theodolite-kotlin-latest
+          image: ghcr.io/cau-se/theodolite:theodolite-kotlin-latest
+          imagePullPolicy: Always
           env:
             - name: NAMESPACE
               value: theodolite-she
@@ -43,9 +44,9 @@ spec:
           configMap:
             name: app-resources-configmap
         - name: benchmark
-          configMap: 
+          configMap:
             name: benchmark-configmap
         - name: execution
-          configMap: 
+          configMap:
             name: execution-configmap
   backoffLimit: 4
\ No newline at end of file
-- 
GitLab