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.13.0
3
3
kubeVersion : " >=1.16.0-0"
4
4
description : A Helm chart for velero
5
5
name : velero
6
- version : 5.3 .0
6
+ version : 5.4 .0
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 @@ -108,6 +108,9 @@ spec:
108
108
{{- with .defaultBackupTTL }}
109
109
- --default-backup-ttl={{ . }}
110
110
{{- end }}
111
+ {{- with .defaultItemOperationTimeout }}
112
+ - --default-item-operation-timeout={{ . }}
113
+ {{- end }}
111
114
{{- with .defaultVolumeSnapshotLocations }}
112
115
- --default-volume-snapshot-locations={{ . }}
113
116
{{- end }}
Original file line number Diff line number Diff line change @@ -405,6 +405,8 @@ configuration:
405
405
clientQPS :
406
406
# Name of the default backup storage location. Default: default
407
407
defaultBackupStorageLocation :
408
+ # The default duration any single item operation can take before timing out, especially important for large volume schedules. Default 4h
409
+ defaultItemOperationTimeout :
408
410
# How long to wait by default before backups can be garbage collected. Default: 72h
409
411
defaultBackupTTL :
410
412
# Name of the default volume snapshot location.
You can’t perform that action at this time.
0 commit comments