Skip to content

Commit 949de6f

Browse files
committed
# upgrade velero chart
1 parent b2b463c commit 949de6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: server/chart/ops/velero/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version: 0.1.0
44

55
dependencies:
66
- name: velero
7-
version: 6.0.0
7+
version: 8.0.0
88
repository: "https://vmware-tanzu.github.io/helm-charts"

Diff for: server/chart/ops/velero/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ velero:
33
sidecar.istio.io/inject: "false"
44
initContainers:
55
- name: velero-plugin-for-aws
6-
image: velero/velero-plugin-for-aws:v1.9.0
6+
image: velero/velero-plugin-for-aws:v1.10.0
77
imagePullPolicy: IfNotPresent
88
volumeMounts:
99
- mountPath: /target

0 commit comments

Comments
 (0)