diff --git a/helm/dbrepo/templates/upload-job.yaml b/helm/dbrepo/templates/upload-job.yaml
deleted file mode 100644
index a6e2eebe9efddfd240dffbbe52c803b1c8ffce4f..0000000000000000000000000000000000000000
--- a/helm/dbrepo/templates/upload-job.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-apiVersion: batch/v1
-kind: Job
-metadata:
-  name: init-permissions
-spec:
-  template:
-    spec:
-      containers:
-      - name: init-permissions
-        image: busybox
-        command:
-          - /bin/bash
-          - -ec
-          - |
-            chown -R {{ .Values.uploadservice.securityContext.runAsUser }}:{{ .Values.uploadservice.securityContext.fsGroup }} /srv/tusd-data
-        volumeMounts:
-        - name: tusd-data
-          mountPath: /srv/tusd-data
-        resources: {{- toYaml .Values.resources | nindent 10 }}
-        securityContext:
-          runAsNonRoot: true
-          readOnlyRootFilesystem: true
-          allowPrivilegeEscalation: false
-          seccompProfile:
-            type: {{ .Values.uploadservice.securityContext.seccompProfile.type | default "RuntimeDefault" }}
-      volumes:
-      - name: tusd-data
-        persistentVolumeClaim:
-          claimName: tusd-data-pvc
-      restartPolicy: Never
\ No newline at end of file
diff --git a/helm/dbrepo/values.yaml b/helm/dbrepo/values.yaml
index de20955021d889fcd638259764b6385bab1ad52c..955482a257f6d04c7370302b8b8d005118628a55 100644
--- a/helm/dbrepo/values.yaml
+++ b/helm/dbrepo/values.yaml
@@ -800,6 +800,10 @@ identityservice:
     readOnlyRootFilesystem: true
     allowPrivilegeEscalation: false
     runAsUser: null #todo: does not overwrite
+  ltb-passwd:
+    enabled: false
+    ingress:
+      enabled: false
   global:
     ## @param identityservice.global.ldapDomain The LDAP domain name in domain "dbrepo.at" form or explicit in "dc=dbrepo,dc=at" form.
     ldapDomain: dc=dbrepo,dc=at
@@ -816,9 +820,7 @@ identityservice:
   ## @param identityservice.group The group that contains the administrators for the broker service.
   group: system
   ## @skip identityservice.ltb-passwd
-  ltb-passwd:
-    ingress:
-      enabled: false
+
   ## @skip identityservice.phpldapadmin
   phpldapadmin:
     enabled: false