Merge pull request #5473 from dpedu/dpedu/1.7-upgrade-typo

Trivial correction to 1.7 upgrade instructions
pull/5483/head
Xun Jiang/Bruce Jiang 2022-10-24 14:58:01 +08:00 committed by GitHub
commit 5f4336102a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Before upgrading, check the [Velero compatibility matrix](https://github.com/vmw
# if you are using other plugin # if you are using other plugin
kubectl set image deployment/velero \ kubectl set image deployment/velero \
velero=velero/velero:v1.7.0 \ velero=velero/velero:v1.7.0 \
velero-velero-plugin-for-aws=velero/velero-plugin-for-aws:v1.3.0 \ velero-plugin-for-aws=velero/velero-plugin-for-aws:v1.3.0 \
--namespace velero --namespace velero
# optional, if using the restic daemon set # optional, if using the restic daemon set