diff --git a/ansible/group_vars/all/oas.yml b/ansible/group_vars/all/oas.yml
index c508a9ca42b3be00acc6ee6833f0ae8a30622208..0f3808e827afa014ef6632aa5b28cba8fb605bae 100644
--- a/ansible/group_vars/all/oas.yml
+++ b/ansible/group_vars/all/oas.yml
@@ -19,14 +19,8 @@ nextcloud_mariadb_root_password: "{{ lookup('password', '{{ cluster_dir }}/secre
 onlyoffice_jwt_secret: "{{ lookup('password', '{{ cluster_dir }}/secrets/onlyoffice_jwt_secret chars=ascii_letters') }}"
 onlyoffice_postgresql_password: "{{ lookup('password', '{{ cluster_dir }}/secrets/onlyoffice_postgresql_password chars=ascii_letters') }}"
 onlyoffice_rabbitmq_password: "{{ lookup('password', '{{ cluster_dir }}/secrets/onlyoffice_rabbitmq_password chars=ascii_letters') }}"
-
 grafana_admin_password: "{{ lookup('password', '{{ cluster_dir }}/secrets/grafana_admin_password chars=ascii_letters') }}"
 
-# git repo versions
-git_local_storage_version: 'HEAD'
-# version of the https://open.greenhost.net/openappstack/nextcloud repo
-git_nextcloud_version: '62a87785a0f1eef2014f70ae54f0d12bf062af62'
-
 # Application versions
 helm:
   # helm snap 2.15 broke for us
diff --git a/flux/nextcloud.yaml b/flux/nextcloud.yaml
index 702b520e55e64d3f81bb9c1682d27b6f9fbc29bf..5a1dda025fd83de66d7a4d5b0886ba592e5e3c3a 100644
--- a/flux/nextcloud.yaml
+++ b/flux/nextcloud.yaml
@@ -12,7 +12,7 @@ spec:
   releaseName: nc
   chart:
     git: https://open.greenhost.net/openappstack/nextcloud
-    ref: master
+    ref: 8f79b8ea86566d3ebbbb6103c52307e3ad9d1f28
     path: .
   valuesFrom:
     - secretKeyRef: