remove timeout, update aws plugin

Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
2024-09-26 10:18:00 -04:00
parent 71d5b80668
commit 1b78c5fdf3

View File

@@ -19,7 +19,7 @@ spec:
deployNodeAgent: true deployNodeAgent: true
initContainers: initContainers:
- name: velero-plugin-for-aws - name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.9.0 image: velero/velero-plugin-for-aws:v1.10.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
volumeMounts: volumeMounts:
- mountPath: /target - mountPath: /target
@@ -50,7 +50,6 @@ spec:
ttl: "240h" ttl: "240h"
storageLocation: backblaze # use the same name you defined above in backupStorageLocation storageLocation: backblaze # use the same name you defined above in backupStorageLocation
snapshotMoveData: true snapshotMoveData: true
csiSnapshotTimeout: 1h
resourcePolicy: resourcePolicy:
kind: configmap kind: configmap
name: resource-policies-configmap name: resource-policies-configmap