mirror of https://github.com/artifacthub/hub.git
Update tracker cronjob schedule (#2618)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
parent
464d1fd5c1
commit
b3f3bc8d0c
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
name: artifact-hub
|
name: artifact-hub
|
||||||
description: Artifact Hub is a web-based application that enables finding, installing, and publishing Kubernetes packages.
|
description: Artifact Hub is a web-based application that enables finding, installing, and publishing Kubernetes packages.
|
||||||
type: application
|
type: application
|
||||||
version: 1.11.0
|
version: 1.11.1-0
|
||||||
appVersion: 1.11.0
|
appVersion: 1.11.0
|
||||||
kubeVersion: ">= 1.19.0-0"
|
kubeVersion: ">= 1.19.0-0"
|
||||||
home: https://artifacthub.io
|
home: https://artifacthub.io
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ kind: CronJob
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "chart.resourceNamePrefix" . }}tracker
|
name: {{ include "chart.resourceNamePrefix" . }}tracker
|
||||||
spec:
|
spec:
|
||||||
schedule: "0,30 * * * *"
|
schedule: "1,30 * * * *"
|
||||||
successfulJobsHistoryLimit: 1
|
successfulJobsHistoryLimit: 1
|
||||||
failedJobsHistoryLimit: 1
|
failedJobsHistoryLimit: 1
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: Forbid
|
||||||
|
|
@ -56,4 +56,4 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.tracker.cronjob.extraVolumes }}
|
{{- if .Values.tracker.cronjob.extraVolumes }}
|
||||||
{{- include "chart.tplvalues.render" (dict "value" .Values.tracker.cronjob.extraVolumes "context" $) | nindent 12 }}
|
{{- include "chart.tplvalues.render" (dict "value" .Values.tracker.cronjob.extraVolumes "context" $) | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue