From 18d496c114e7cbc96c9d946cd8443d01911ccc8b Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Fri, 26 Jul 2019 16:16:48 +0200 Subject: [PATCH] Update nextcloud version Cronjob value was set in the upstream nextcloud repo. --- ansible/group_vars/all/oas.yml | 2 +- helmfiles/values/nextcloud.yaml.gotmpl | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ansible/group_vars/all/oas.yml b/ansible/group_vars/all/oas.yml index cbfe15864..d393cac7e 100644 --- a/ansible/group_vars/all/oas.yml +++ b/ansible/group_vars/all/oas.yml @@ -16,7 +16,7 @@ grafana_admin_password: "{{ lookup('password', '{{ secret_directory }}/grafana_a # git repo versions git_charts_version: 'HEAD' git_local_storage_version: 'HEAD' -git_nextcloud_version: 'bd748d9a11111411d3c9e536f90d9909b01b5b72' +git_nextcloud_version: '897c800f7a1d632784d8dc721f34362d4e789743' # Application versions # https://github.com/kubernetes-sigs/krew/releases diff --git a/helmfiles/values/nextcloud.yaml.gotmpl b/helmfiles/values/nextcloud.yaml.gotmpl index bb9e4bb55..5edca0dc5 100644 --- a/helmfiles/values/nextcloud.yaml.gotmpl +++ b/helmfiles/values/nextcloud.yaml.gotmpl @@ -17,9 +17,6 @@ nextcloud: - "files.{{ .Environment.Values.domain }}" secretName: oas-{{ .Environment.Values.releaseName }}-files - cronjob: - enabled: true - # Use 2 GB of storage for NC storage (maybe make configurable later?) persistence: enabled: true -- GitLab