mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
NAS-122987 / 23.10 / change default nextcloud cron schedule (#1361)
This commit is contained in:
@@ -4,7 +4,7 @@ description: A file sharing server that puts the control and security of your ow
|
||||
annotations:
|
||||
title: Nextcloud
|
||||
type: application
|
||||
version: 1.6.33
|
||||
version: 1.6.34
|
||||
apiVersion: v2
|
||||
appVersion: 27.0.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -135,7 +135,7 @@ questions:
|
||||
label: Schedule
|
||||
schema:
|
||||
type: string
|
||||
default: "1 */24 * * *"
|
||||
default: "*/15 * * * *"
|
||||
empty: false
|
||||
|
||||
# Update strategy
|
||||
|
||||
Reference in New Issue
Block a user