From a95b99cdd39a8a30149575b736219b7327dbce54 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Thu, 14 Nov 2019 16:26:02 +0100 Subject: [PATCH] apply newest nextcloud chart version --- ansible/group_vars/all/oas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/all/oas.yml b/ansible/group_vars/all/oas.yml index 63c87b4a2..c47b1431b 100644 --- a/ansible/group_vars/all/oas.yml +++ b/ansible/group_vars/all/oas.yml @@ -25,7 +25,7 @@ grafana_admin_password: "{{ lookup('password', '{{ cluster_dir }}/secrets/grafan # git repo versions git_local_storage_version: 'HEAD' # version of the https://open.greenhost.net/openappstack/nextcloud repo -git_nextcloud_version: 'a81f3d043163b42570fede99fbef7a9608c39bc7' +git_nextcloud_version: '48e7ab5f198297e9bbc481dc65df7f72151120c6' # Application versions helm: -- GitLab