From 8f4db0ec13cb001f923fcc08bf133c5ba34d8035 Mon Sep 17 00:00:00 2001 From: sasse Date: Mon, 23 Oct 2023 12:56:37 +0200 Subject: [PATCH] update cronjob time --- k8s/preview/Chart.yaml | 2 +- k8s/preview/templates/mongodump.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/preview/Chart.yaml b/k8s/preview/Chart.yaml index 7da1b2e..ae566de 100644 --- a/k8s/preview/Chart.yaml +++ b/k8s/preview/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/k8s/preview/templates/mongodump.yaml b/k8s/preview/templates/mongodump.yaml index 3d1244c..77c1268 100644 --- a/k8s/preview/templates/mongodump.yaml +++ b/k8s/preview/templates/mongodump.yaml @@ -3,7 +3,7 @@ kind: CronJob metadata: name: {{ .Release.Name }}-mongodb-backup spec: - schedule: "0 0 * * 1" + schedule: "0 8 * * 2" successfulJobsHistoryLimit: 0 jobTemplate: spec: