diff --git a/requirements.yaml b/requirements.yaml
index 0150b1d161d2b3a17c536ae278677a967fc4e769..1e961c70f8d4a37e9713833255b4ae1f4a5f0578 100644
--- a/requirements.yaml
+++ b/requirements.yaml
@@ -7,7 +7,7 @@ dependencies:
   # Needs https://github.com/helm/charts/pull/13311
   - name: collabora-code
     alias: office
-    version: 1.0.1
+    version: 1.0.2
     repository: "@stable"
     tags:
       - collabora
diff --git a/templates/job.yaml b/templates/job-register-collabora.yaml
similarity index 98%
rename from templates/job.yaml
rename to templates/job-register-collabora.yaml
index a47d9d39cfb17bb8f5d6e46c7aef33a1447f359c..4fbafaeb724d68a0dec052b71f4d9bfbc6034efa 100644
--- a/templates/job.yaml
+++ b/templates/job-register-collabora.yaml
@@ -24,7 +24,7 @@ spec:
     spec:
       restartPolicy: Never
       containers:
-      - name: register-rocketchat-keycloak-client
+      - name: register-collabora
         image: {{ .Values.nextcloud.image.repository }}:{{ .Values.nextcloud.image.tag }}
         securityContext:
           runAsUser: 33
diff --git a/values.yaml b/values.yaml
index cf0889961659ec55e0af86a5bf6d460c2546e22c..ac99ea525d333816b21a22f8ed235052bf5fa1ed 100644
--- a/values.yaml
+++ b/values.yaml
@@ -8,13 +8,11 @@ nextcloud:
     enabled: true
 
 # Necessary so the chart gets installed (because the requirements.yaml has a
-# condition: `condition: mariadb.enabled`
-# Follow https://github.com/helm/helm/issues/5135 for more info
+# condition: `condition: mariadb.enabled`). Follow
+# https://github.com/helm/helm/issues/5135 for more info.
 mariadb:
   enabled: true
 
-# Increase delay for liveness probe because it is too low (awaiting
-# https://github.com/helm/charts/pull/13311)
 collabora-code:
   livenessProbe:
     initialDelaySeconds: 90