Skip to content

Commit ea08d3b

Browse files
committed
Added latest velero default values
1 parent 1efff52 commit ea08d3b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

terraform/helm/velero_default_values.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# source: https://github.com/vmware-tanzu/helm-charts/blob/velero-2.23.12/charts/velero/values.yaml
1+
# source: https://github.com/vmware-tanzu/helm-charts/blob/velero-2.26.1/charts/velero/values.yaml
22

33
##
44
## Configuration settings that directly affect the Velero deployment YAML.
@@ -8,7 +8,7 @@
88
# enabling restic). Required.
99
image:
1010
repository: velero/velero
11-
tag: v1.6.3
11+
tag: v1.7.0
1212
# Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38.
1313
# If used, it will take precedence over the image.tag.
1414
# digest:
@@ -54,7 +54,7 @@ dnsPolicy: ClusterFirst
5454
# Init containers to add to the Velero deployment's pod spec. At least one plugin provider image is required.
5555
initContainers: []
5656
# - name: velero-plugin-for-aws
57-
# image: velero/velero-plugin-for-aws:v1.2.0
57+
# image: velero/velero-plugin-for-aws:v1.3.0
5858
# imagePullPolicy: IfNotPresent
5959
# volumeMounts:
6060
# - mountPath: /target
@@ -126,8 +126,6 @@ kubectl:
126126
# tag: 1.16.15
127127
# Resource requests/limits to specify for the upgrade/cleanup job. Optional
128128
resources: {}
129-
# Resource requests/limits to specify for the initContainer in the upgrade/cleanup job. Optional
130-
initResources: {}
131129
# Annotations to set for the upgrade/cleanup job. Optional.
132130
annotations: {}
133131
# Labels to set for the upgrade/cleanup job. Optional.
@@ -330,6 +328,11 @@ restic:
330328
# labels to set for the Restic daemonset. Optional.
331329
labels: {}
332330

331+
# will map /scratch to emptyDir. Set to false and specify your own volume
332+
# via extraVolumes and extraVolumeMounts that maps to /scratch
333+
# if you don't want to use emptyDir.
334+
useScratchEmptyDir: true
335+
333336
# Extra volumes for the Restic daemonset. Optional.
334337
extraVolumes: []
335338

@@ -379,7 +382,7 @@ schedules: {}
379382
# velero.io/plugin-config: ""
380383
# velero.io/restic: RestoreItemAction
381384
# data:
382-
# image: velero/velero-restic-restore-helper:v1.6.3
385+
# image: velero/velero-restic-restore-helper:v1.7.0
383386
configMaps: {}
384387

385388
##

0 commit comments

Comments
 (0)