From 441ef33eccc2db8a29b8a9f33af34cbc2ff89d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Sun, 20 Dec 2020 16:49:24 +0100 Subject: [PATCH] Use offical cau-se image --- execution/theodolite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution/theodolite.yaml b/execution/theodolite.yaml index 68d53386b..06d14a0f5 100644 --- a/execution/theodolite.yaml +++ b/execution/theodolite.yaml @@ -11,7 +11,7 @@ spec: claimName: theodolite-pv-claim containers: - name: theodolite - image: bvonheid/theodolite:latest + image: ghcr.io/cau-se/theodolite:latest # imagePullPolicy: Never # Used to pull "own" local image env: - name: UC # mandatory -- GitLab