Skip to content
Snippets Groups Projects
Commit a9445012 authored by Varac's avatar Varac
Browse files

Merge branch '1022-cron-always-fails' into 'main'

Resolve "Cron always fails"

Closes #1022

See merge request !145
parents 1cf7583a ff5a428a
No related branches found
No related tags found
1 merge request!145Resolve "Cron always fails"
Pipeline #12749 passed with stages
in 42 seconds
## [0.7.18] - 2022-03-24
* Fix broken nextcloud cronjobs.
## [0.7.16] - 2022-03-24
* Add maintenance tasks and app updated to post-install/-upgrade helm hook
......
......@@ -3,7 +3,7 @@ apiVersion: v2
description: |
A helm chart for installing NextCloud and setting up ONLYOFFICE integration
name: nextcloud-onlyoffice
version: 0.7.17
version: 0.7.18
appVersion: NC-23.0.2-OO-7.0.1.37
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
dependencies:
......
......@@ -106,7 +106,7 @@ data:
},
"apps":{
"core":{
"backgroundjobs_mode": "cron"
"backgroundjobs_mode": "webcron"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment