From 7f76187d8cf01dfbb90c028f7f42d36b56e9be9b Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Tue, 9 Apr 2024 08:16:34 +0200
Subject: [PATCH] Updated the registry

---
 helm-charts/dbrepo/templates/upload-service/deployment.yaml | 2 +-
 helm-charts/dbrepo/values.yaml                              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm-charts/dbrepo/templates/upload-service/deployment.yaml b/helm-charts/dbrepo/templates/upload-service/deployment.yaml
index c7346e81f2..d9e30c0893 100644
--- a/helm-charts/dbrepo/templates/upload-service/deployment.yaml
+++ b/helm-charts/dbrepo/templates/upload-service/deployment.yaml
@@ -11,7 +11,7 @@ metadata:
 spec:
   replicas: {{ .Values.uploadService.replicaCount }}
   strategy:
-    type: {{ $.Values.strategyType }}
+    type: {{ .Values.strategyType }}
   selector:
     matchLabels:
       app: upload-service
diff --git a/helm-charts/dbrepo/values.yaml b/helm-charts/dbrepo/values.yaml
index 5d43b0188f..042116f461 100644
--- a/helm-charts/dbrepo/values.yaml
+++ b/helm-charts/dbrepo/values.yaml
@@ -260,7 +260,7 @@ uploadService:
   enabled: true
   image:
     registry: docker.io
-    repository: docker.io/tusproject/tusd
+    repository: tusproject/tusd
     tag: v1.12
   replicaCount: 1
 
-- 
GitLab