From c24bea0e0b777eb3f77370ec1f6a51955938459f Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Tue, 10 Dec 2019 12:40:32 +0100
Subject: [PATCH] Increase OnlyOffice live-/readyness limits

Fixes: #427
---
 ansible/group_vars/all/oas.yml | 6 ------
 flux/nextcloud.yaml            | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/ansible/group_vars/all/oas.yml b/ansible/group_vars/all/oas.yml
index c508a9ca4..0f3808e82 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 702b520e5..5a1dda025 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:
-- 
GitLab