From 318c20d390e0bc8fd5b6d6687a9050d7fcf32f8c Mon Sep 17 00:00:00 2001
From: Simon Ehrenstein <simon.ehrenstein@gmail.com>
Date: Fri, 18 Feb 2022 18:16:57 +0100
Subject: [PATCH] Use theodolite operator image

---
 helm/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/values.yaml b/helm/values.yaml
index a8826b040..874bfc670 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -253,7 +253,7 @@ prometheus:
 operator:
   enabled: true
   
-  image: sehrenstein/theodolite-operator-jvm # old: ghcr.io/cau-se/theodolite
+  image: ghcr.io/cau-se/theodolite
   imageTag: latest
   imagePullPolicy: Always
 
-- 
GitLab