From 62bfe952f4b372d2b3f934bf84c2cea97b509988 Mon Sep 17 00:00:00 2001 From: Bridget McErlean Date: Thu, 22 Jul 2021 09:28:20 -0400 Subject: [PATCH] Update upgrade instructions to reference v1.6.2 (#3977) --- site/content/docs/main/upgrade-to-1.6.md | 10 +++++----- site/content/docs/v1.6/upgrade-to-1.6.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/site/content/docs/main/upgrade-to-1.6.md b/site/content/docs/main/upgrade-to-1.6.md index ce5d83dc2..deeb97116 100644 --- a/site/content/docs/main/upgrade-to-1.6.md +++ b/site/content/docs/main/upgrade-to-1.6.md @@ -29,7 +29,7 @@ If you're not yet running at least Velero v1.5, see the following: ```bash Client: - Version: v1.6.1 + Version: v1.6.2 Git commit: ``` @@ -45,12 +45,12 @@ If you're not yet running at least Velero v1.5, see the following: ```bash kubectl set image deployment/velero \ - velero=velero/velero:v1.6.1 \ + velero=velero/velero:v1.6.2 \ --namespace velero # optional, if using the restic daemon set kubectl set image daemonset/restic \ - restic=velero/velero:v1.6.1 \ + restic=velero/velero:v1.6.2 \ --namespace velero ``` @@ -64,11 +64,11 @@ If you're not yet running at least Velero v1.5, see the following: ```bash Client: - Version: v1.6.1 + Version: v1.6.2 Git commit: Server: - Version: v1.6.1 + Version: v1.6.2 ``` ## Notes diff --git a/site/content/docs/v1.6/upgrade-to-1.6.md b/site/content/docs/v1.6/upgrade-to-1.6.md index ce5d83dc2..deeb97116 100644 --- a/site/content/docs/v1.6/upgrade-to-1.6.md +++ b/site/content/docs/v1.6/upgrade-to-1.6.md @@ -29,7 +29,7 @@ If you're not yet running at least Velero v1.5, see the following: ```bash Client: - Version: v1.6.1 + Version: v1.6.2 Git commit: ``` @@ -45,12 +45,12 @@ If you're not yet running at least Velero v1.5, see the following: ```bash kubectl set image deployment/velero \ - velero=velero/velero:v1.6.1 \ + velero=velero/velero:v1.6.2 \ --namespace velero # optional, if using the restic daemon set kubectl set image daemonset/restic \ - restic=velero/velero:v1.6.1 \ + restic=velero/velero:v1.6.2 \ --namespace velero ``` @@ -64,11 +64,11 @@ If you're not yet running at least Velero v1.5, see the following: ```bash Client: - Version: v1.6.1 + Version: v1.6.2 Git commit: Server: - Version: v1.6.1 + Version: v1.6.2 ``` ## Notes