diff --git a/templates/nextcloud-onlyoffice-config.yaml b/templates/nextcloud-onlyoffice-config.yaml
index 6a0b2a58477a8fecaaed3bfd6d2397ba3906685e..c8402f20d1d037c93346da614c1493155cbe49a4 100644
--- a/templates/nextcloud-onlyoffice-config.yaml
+++ b/templates/nextcloud-onlyoffice-config.yaml
@@ -120,7 +120,7 @@ data:
       # `raw_url`.
       {{- $_ := set $ "version" .version}}
       {{- if .raw_url }}
-      url="{{ tpl .raw_url }}"
+      url="{{ tpl .raw_url $ }}"
       {{- else }}
       url="https://github.com/{{ .github_repository }}/releases/download/{{ .version }}/{{ tpl .release_filename $ }}"
       {{- end }} # end if .raw_url