diff --git a/execution/helm/templates/theodolite/thedolite-operator.yaml b/execution/helm/templates/theodolite/thedolite-operator.yaml
index 3af9cfffd71059993688d5be77ae110a2e3cdc2d..fb206c7542160ae2b87167ba9b873b6a9ed9c89a 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