From ecee846ed5e19cd5c8f4525a642ded281f4ec03e Mon Sep 17 00:00:00 2001 From: Dave Pedu Date: Fri, 21 Oct 2022 08:59:08 -0700 Subject: [PATCH] Trivial correction to 1.7 upgrade instructions The container name for the aws plugin is `velero-plugin-for-aws`. There was an extra `velero-` prefix in the doc. Signed-off-by: Dave Pedu --- site/content/docs/v1.7/upgrade-to-1.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/v1.7/upgrade-to-1.7.md b/site/content/docs/v1.7/upgrade-to-1.7.md index c46b881c1d..6cf7748c6c 100644 --- a/site/content/docs/v1.7/upgrade-to-1.7.md +++ b/site/content/docs/v1.7/upgrade-to-1.7.md @@ -53,7 +53,7 @@ Before upgrading, check the [Velero compatibility matrix](https://github.com/vmw # if you are using other plugin kubectl set image deployment/velero \ 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 # optional, if using the restic daemon set