From b3f3bc8d0cae5ca0d507cd21f3bcbdfeacf2a293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Fri, 16 Dec 2022 13:22:29 +0100 Subject: [PATCH] Update tracker cronjob schedule (#2618) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- charts/artifact-hub/Chart.yaml | 2 +- charts/artifact-hub/templates/tracker_cronjob.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/artifact-hub/Chart.yaml b/charts/artifact-hub/Chart.yaml index 27c3bce9..430bb108 100644 --- a/charts/artifact-hub/Chart.yaml +++ b/charts/artifact-hub/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: artifact-hub description: Artifact Hub is a web-based application that enables finding, installing, and publishing Kubernetes packages. type: application -version: 1.11.0 +version: 1.11.1-0 appVersion: 1.11.0 kubeVersion: ">= 1.19.0-0" home: https://artifacthub.io diff --git a/charts/artifact-hub/templates/tracker_cronjob.yaml b/charts/artifact-hub/templates/tracker_cronjob.yaml index 408def38..ef16e6eb 100644 --- a/charts/artifact-hub/templates/tracker_cronjob.yaml +++ b/charts/artifact-hub/templates/tracker_cronjob.yaml @@ -7,7 +7,7 @@ kind: CronJob metadata: name: {{ include "chart.resourceNamePrefix" . }}tracker spec: - schedule: "0,30 * * * *" + schedule: "1,30 * * * *" successfulJobsHistoryLimit: 1 failedJobsHistoryLimit: 1 concurrencyPolicy: Forbid @@ -56,4 +56,4 @@ spec: {{- end }} {{- if .Values.tracker.cronjob.extraVolumes }} {{- include "chart.tplvalues.render" (dict "value" .Values.tracker.cronjob.extraVolumes "context" $) | nindent 12 }} - {{- end }} \ No newline at end of file + {{- end }}