From 352347add513b2fbc983cd3ec7e7f798afc7bcd2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Fri, 18 Jun 2021 14:00:49 +0200
Subject: [PATCH] Always pull new operator images

---
 execution/helm/templates/theodolite/thedolite-operator.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/execution/helm/templates/theodolite/thedolite-operator.yaml b/execution/helm/templates/theodolite/thedolite-operator.yaml
index 3af9cfffd..fb206c754 100644
--- a/execution/helm/templates/theodolite/thedolite-operator.yaml
+++ b/execution/helm/templates/theodolite/thedolite-operator.yaml
@@ -18,6 +18,7 @@ spec:
       containers:
         - name: theodolite
           image: ghcr.io/cau-se/theodolite:theodolite-kotlin-latest
+          imagePullPolicy: Always
           env:
             - name: NAMESPACE
               value: {{ .Release.Namespace }}
@@ -30,6 +31,7 @@ spec:
               mountPath: /work/benchmark-resources
         - name: lag-analysis
           image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:theodolite-kotlin-latest
+          imagePullPolicy: Always
           ports:
           - containerPort: 80
             name: analysis
-- 
GitLab