Updating velero to latest version

This commit is contained in:
Moritz Graf 2024-02-11 14:56:14 +01:00
parent 40bc463ab5
commit 732d3c82a5
2 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ Backup tool. See chart [README](https://github.com/vmware-tanzu/helm-charts/blob
```sh ```sh
helm repo add vmware-tanzu https://vmware-tanzu.github.io/helm-charts helm repo add vmware-tanzu https://vmware-tanzu.github.io/helm-charts
helm repo update helm repo update
helm upgrade --install --create-namespace --namespace velero -f ./velero/velero.secret.yaml velero vmware-tanzu/velero helm upgrade --install --create-namespace --namespace velero -f ./velero/velero.secret.yaml velero vmware-tanzu/velero --version 5.3.0
kubectl create secret generic rclone-config --from-file=./velero/rclone.secret kubectl create secret generic rclone-config --from-file=./velero/rclone.secret
kubectl apply -f velero/dropbox_sync.yml kubectl apply -f velero/dropbox_sync.yml
# # # #

Binary file not shown.