From e0b70333e7d8f1727005a2eb23db68857ac34641 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Thu, 14 Nov 2019 15:55:29 +0100 Subject: [PATCH] update Nextcloud to chart with updated version number --- 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 583dd723a..47cd81e30 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: 'ca763f9c274ae10c340999d954cc4181f6554d26' +git_nextcloud_version: '7cf53de18f09192f309be0d06a9b825b81af5e50' # Application versions helm: -- GitLab