@@ -6,22 +6,22 @@ metadata:
6
6
spec:
7
7
chart: velero
8
8
repo: https://vmware-tanzu.github.io/helm-charts
9
- version: 2.32.6 # 3.1 .0
9
+ version: 6.0 .0
10
10
targetNamespace: velero
11
11
valuesContent: |-
12
12
image:
13
13
repository: velero/velero
14
- tag: v1.9.4
14
+ tag: v1.13.0
15
15
pullPolicy: IfNotPresent
16
16
initContainers:
17
17
- name: velero-plugin-for-openstack
18
- image: lirt/velero-plugin-for-openstack:v0.4.1
18
+ image: lirt/velero-plugin-for-openstack:v0.7.0
19
19
imagePullPolicy: IfNotPresent
20
20
volumeMounts:
21
21
- mountPath: /target
22
22
name: plugins
23
23
- name: velero-plugin-for-csi
24
- image: velero/velero-plugin-for-csi:v0.4 .0
24
+ image: velero/velero-plugin-for-csi:v0.7 .0
25
25
imagePullPolicy: IfNotPresent
26
26
volumeMounts:
27
27
- mountPath: /target
@@ -44,22 +44,21 @@ spec:
44
44
repository: docker.io/bitnami/kubectl
45
45
tag: "1.29-debian-11"
46
46
configuration:
47
- provider: mixed
48
47
namespace: velero
49
48
features: EnableCSI
50
49
defaultBackupTTL: 72h
51
50
defaultResticPruneFrequency: 72h
52
51
backupStorageLocation:
53
- name: default
54
- provider: community.openstack.org/openstack
55
- bucket: ${ bucket_velero}
56
- config:
57
- cloud: self
58
- region: ${ region}
59
- resticRepoPrefix: swift:${ bucket_restic} :/restic
52
+ - name: default
53
+ provider: community.openstack.org/openstack
54
+ bucket: ${ bucket_velero}
55
+ config:
56
+ cloud: self
57
+ region: ${ region}
58
+ resticRepoPrefix: swift:${ bucket_restic} :/restic
60
59
volumeSnapshotLocation:
61
- name: default
62
- provider: csi
60
+ - name: default
61
+ provider: csi
63
62
extraEnvVars:
64
63
# for restic (no support for clouds.yaml, https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#openstack-swift)
65
64
OS_AUTH_URL: ${ auth_url} /v3
@@ -96,13 +95,12 @@ spec:
96
95
backupsEnabled: true
97
96
snapshotsEnabled: true
98
97
99
- deployRestic: true
98
+ # deployRestic: true
100
99
# will be replace by
101
- # deployNodeAgent: true
102
- # nodeAgent:
103
- restic:
100
+ deployNodeAgent: true
101
+ nodeAgent:
104
102
podVolumePath: /var/lib/kubelet/pods
105
- privileged: false
103
+ privileged: true
106
104
resources:
107
105
requests:
108
106
cpu: 100m
0 commit comments