From 000c38a07e2546bc7a4e4174c8ffa25f7899ff12 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 15 Jul 2023 19:50:40 +0300 Subject: [PATCH] NAS-122987 / 23.10 / change default nextcloud cron schedule (#1361) --- library/ix-dev/charts/nextcloud/Chart.yaml | 2 +- library/ix-dev/charts/nextcloud/questions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ix-dev/charts/nextcloud/Chart.yaml b/library/ix-dev/charts/nextcloud/Chart.yaml index a332b23c49..7fe168a1ce 100644 --- a/library/ix-dev/charts/nextcloud/Chart.yaml +++ b/library/ix-dev/charts/nextcloud/Chart.yaml @@ -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' diff --git a/library/ix-dev/charts/nextcloud/questions.yaml b/library/ix-dev/charts/nextcloud/questions.yaml index 25aa585e83..0615558397 100644 --- a/library/ix-dev/charts/nextcloud/questions.yaml +++ b/library/ix-dev/charts/nextcloud/questions.yaml @@ -135,7 +135,7 @@ questions: label: Schedule schema: type: string - default: "1 */24 * * *" + default: "*/15 * * * *" empty: false # Update strategy