|
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 |
2 | 2 |
|
3 | 3 | ## |
4 | 4 | ## Configuration settings that directly affect the Velero deployment YAML. |
|
8 | 8 | # enabling restic). Required. |
9 | 9 | image: |
10 | 10 | repository: velero/velero |
11 | | - tag: v1.6.3 |
| 11 | + tag: v1.7.0 |
12 | 12 | # Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38. |
13 | 13 | # If used, it will take precedence over the image.tag. |
14 | 14 | # digest: |
@@ -54,7 +54,7 @@ dnsPolicy: ClusterFirst |
54 | 54 | # Init containers to add to the Velero deployment's pod spec. At least one plugin provider image is required. |
55 | 55 | initContainers: [] |
56 | 56 | # - 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 |
58 | 58 | # imagePullPolicy: IfNotPresent |
59 | 59 | # volumeMounts: |
60 | 60 | # - mountPath: /target |
@@ -126,8 +126,6 @@ kubectl: |
126 | 126 | # tag: 1.16.15 |
127 | 127 | # Resource requests/limits to specify for the upgrade/cleanup job. Optional |
128 | 128 | resources: {} |
129 | | - # Resource requests/limits to specify for the initContainer in the upgrade/cleanup job. Optional |
130 | | - initResources: {} |
131 | 129 | # Annotations to set for the upgrade/cleanup job. Optional. |
132 | 130 | annotations: {} |
133 | 131 | # Labels to set for the upgrade/cleanup job. Optional. |
@@ -330,6 +328,11 @@ restic: |
330 | 328 | # labels to set for the Restic daemonset. Optional. |
331 | 329 | labels: {} |
332 | 330 |
|
| 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 | + |
333 | 336 | # Extra volumes for the Restic daemonset. Optional. |
334 | 337 | extraVolumes: [] |
335 | 338 |
|
@@ -379,7 +382,7 @@ schedules: {} |
379 | 382 | # velero.io/plugin-config: "" |
380 | 383 | # velero.io/restic: RestoreItemAction |
381 | 384 | # data: |
382 | | -# image: velero/velero-restic-restore-helper:v1.6.3 |
| 385 | +# image: velero/velero-restic-restore-helper:v1.7.0 |
383 | 386 | configMaps: {} |
384 | 387 |
|
385 | 388 | ## |
|
0 commit comments