Skip to content

Commit

Permalink
Upgrade velero to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ricsanfre committed Jul 8, 2024
1 parent f819ce2 commit 48e44f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions kubernetes/infrastructure/velero/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
# AWS backend and CSI plugins configuration
initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.9.2
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-csi
image: velero/velero-plugin-for-csi:v0.7.1
image: velero/velero-plugin-for-aws:v1.10.0
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
helmCharts:
- name: velero
repo: https://vmware-tanzu.github.io/helm-charts
version: 6.7.0
version: 7.1.0
releaseName: "velero"
namespace: velero
valuesFile: ../../base/values.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
helmCharts:
- name: velero
repo: https://vmware-tanzu.github.io/helm-charts
version: 6.7.0
version: 7.1.0
releaseName: "velero"
namespace: velero
valuesFile: ../../base/values.yaml
Expand Down

0 comments on commit 48e44f4

Please sign in to comment.