Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f256b13

Browse files
committedJul 19, 2024
feat: Adds --keep-latest-jobs-count for repository maintenance job
Signed-off-by: Navratan Lal Gupta <navilg0409@gmail.com>
1 parent 42fed36 commit f256b13

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎charts/velero/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: 1.14.0
33
kubeVersion: ">=1.16.0-0"
44
description: A Helm chart for velero
55
name: velero
6-
version: 7.1.2
6+
version: 7.1.3
77
home: https://github.com/vmware-tanzu/velero
88
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
99
sources:

‎charts/velero/templates/deployment.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ spec:
183183
- --maintenance-job-mem-limit={{ . }}
184184
{{- end }}
185185
{{- end }}
186+
- --keep-latest-maintenance-jobs={{ .keepLatestJobsCount }}
186187
{{- end }}
187188
{{- with .extraArgs }}
188189
### User-supplied overwrite flags

‎charts/velero/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ configuration:
449449
limits:
450450
# cpu: 1000m
451451
# memory: 1024Mi
452+
keepLatestJobsCount: 3
452453
# `velero server` default: velero
453454
namespace:
454455
# additional command-line arguments that will be passed to the `velero server`

0 commit comments

Comments
 (0)
Please sign in to comment.