From ea8d531c04adba253fe7c3ae39886327ef789512 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Tue, 20 Jul 2021 19:32:11 +0200
Subject: [PATCH] Use latest container images

---
 helm/templates/theodolite/random-scheduler/deployment.yaml | 2 +-
 helm/values.yaml                                           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/helm/templates/theodolite/random-scheduler/deployment.yaml b/helm/templates/theodolite/random-scheduler/deployment.yaml
index 35a6ad027..a1ea535d5 100644
--- a/helm/templates/theodolite/random-scheduler/deployment.yaml
+++ b/helm/templates/theodolite/random-scheduler/deployment.yaml
@@ -22,7 +22,7 @@ spec:
       serviceAccount: {{ include "theodolite.fullname" . }}-random-scheduler
       containers:
         - name: random-scheduler
-          image: ghcr.io/cau-se/theodolite-random-scheduler:theodolite-kotlin-latest
+          image: ghcr.io/cau-se/theodolite-random-scheduler:latest
           #imagePullPolicy: Always
           env:
             - name: TARGET_NAMESPACE
diff --git a/helm/values.yaml b/helm/values.yaml
index 4b970bf86..917ec5cdb 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -247,7 +247,7 @@ operator:
   enabled: true
   
   image: ghcr.io/cau-se/theodolite
-  imageTag: theodolite-kotlin-latest
+  imageTag: latest
   imagePullPolicy: Always
 
   executionCRD:
@@ -259,7 +259,7 @@ operator:
     lagTrend:
       enabled: true
       image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend
-      imageTag: theodolite-kotlin-latest
+      imageTag: latest
       imagePullPolicy: Always
 
   resultsVolume:
-- 
GitLab