Skip to content

Commit e2c04f3

Browse files
Kirubel-Fikruzifeo
authored andcommitted
feat:upgrade velero to 6.0.0
1 parent a7651d5 commit e2c04f3

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

manifests/velero.yaml.tpl

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ metadata:
66
spec:
77
chart: velero
88
repo: https://vmware-tanzu.github.io/helm-charts
9-
version: 2.32.6 # 3.1.0
9+
version: 6.0.0
1010
targetNamespace: velero
1111
valuesContent: |-
1212
image:
1313
repository: velero/velero
14-
tag: v1.9.4
14+
tag: v1.13.0
1515
pullPolicy: IfNotPresent
1616
initContainers:
1717
- 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
1919
imagePullPolicy: IfNotPresent
2020
volumeMounts:
2121
- mountPath: /target
2222
name: plugins
2323
- 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
2525
imagePullPolicy: IfNotPresent
2626
volumeMounts:
2727
- mountPath: /target
@@ -44,22 +44,21 @@ spec:
4444
repository: docker.io/bitnami/kubectl
4545
tag: "1.29-debian-11"
4646
configuration:
47-
provider: mixed
4847
namespace: velero
4948
features: EnableCSI
5049
defaultBackupTTL: 72h
5150
defaultResticPruneFrequency: 72h
5251
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
6059
volumeSnapshotLocation:
61-
name: default
62-
provider: csi
60+
- name: default
61+
provider: csi
6362
extraEnvVars:
6463
# for restic (no support for clouds.yaml, https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#openstack-swift)
6564
OS_AUTH_URL: ${auth_url}/v3
@@ -96,13 +95,12 @@ spec:
9695
backupsEnabled: true
9796
snapshotsEnabled: true
9897

99-
deployRestic: true
98+
# deployRestic: true
10099
# will be replace by
101-
# deployNodeAgent: true
102-
# nodeAgent:
103-
restic:
100+
deployNodeAgent: true
101+
nodeAgent:
104102
podVolumePath: /var/lib/kubelet/pods
105-
privileged: false
103+
privileged: true
106104
resources:
107105
requests:
108106
cpu: 100m

0 commit comments

Comments
 (0)