File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: 1.14.0
3
3
kubeVersion : " >=1.16.0-0"
4
4
description : A Helm chart for velero
5
5
name : velero
6
- version : 7.1.2
6
+ version : 7.1.3
7
7
home : https://github.com/vmware-tanzu/velero
8
8
icon : https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
9
9
sources :
Original file line number Diff line number Diff line change @@ -183,6 +183,9 @@ spec:
183
183
- --maintenance-job-mem-limit={{ . }}
184
184
{{- end }}
185
185
{{- end }}
186
+ {{- with .latestJobsCount }}
187
+ - --keep-latest-maintenance-jobs={{ . }}
188
+ {{- end }}
186
189
{{- end }}
187
190
{{- with .extraArgs }}
188
191
# ## User-supplied overwrite flags
Original file line number Diff line number Diff line change @@ -449,6 +449,8 @@ configuration:
449
449
limits :
450
450
# cpu: 1000m
451
451
# memory: 1024Mi
452
+ # Number of latest maintenance jobs to keep for each repository
453
+ latestJobsCount : 3
452
454
# `velero server` default: velero
453
455
namespace :
454
456
# additional command-line arguments that will be passed to the `velero server`
You can’t perform that action at this time.
0 commit comments