Update tracker cronjob schedule (#2618)

Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
Sergio Castaño Arteaga 2022-12-16 13:22:29 +01:00 committed by GitHub
parent 464d1fd5c1
commit b3f3bc8d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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