From 062a598d8ea79487fa1f42d23603d1dd2e9e724f Mon Sep 17 00:00:00 2001 From: Carlisia Thompson Date: Fri, 11 Sep 2020 07:57:38 -0700 Subject: [PATCH] Update upgrading instructions to right version (#2930) Signed-off-by: Carlisia --- site/content/docs/main/upgrade-to-1.5.md | 12 ++++++------ site/content/docs/v1.5.0-rc.1/upgrade-to-1.5.md | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/site/content/docs/main/upgrade-to-1.5.md b/site/content/docs/main/upgrade-to-1.5.md index 3ec0f5ba8..24f569375 100644 --- a/site/content/docs/main/upgrade-to-1.5.md +++ b/site/content/docs/main/upgrade-to-1.5.md @@ -1,5 +1,5 @@ --- -title: "Upgrading to Velero 1.4" +title: "Upgrading to Velero 1.5" layout: docs --- @@ -28,7 +28,7 @@ If you're not yet running at least Velero v1.4, see the following: ```bash Client: - Version: v1.5.0-beta.1 + Version: v1.5.0-rc.1 Git commit: ``` @@ -42,12 +42,12 @@ If you're not yet running at least Velero v1.4, see the following: ```bash kubectl set image deployment/velero \ - velero=velero/velero:v1.5.0-beta.1 \ + velero=velero/velero:v1.5.0-rc.1 \ --namespace velero # optional, if using the restic daemon set kubectl set image daemonset/restic \ - restic=velero/velero:v1.5.0-beta.1 \ + restic=velero/velero:v1.5.0-rc.1 \ --namespace velero ``` @@ -61,11 +61,11 @@ If you're not yet running at least Velero v1.4, see the following: ```bash Client: - Version: v1.5.0-beta.1 + Version: v1.5.0-rc.1 Git commit: Server: - Version: v1.4.0-beta.1 + Version: v1.4.0-rc.1 ``` [0]: basic-install.md#install-the-cli diff --git a/site/content/docs/v1.5.0-rc.1/upgrade-to-1.5.md b/site/content/docs/v1.5.0-rc.1/upgrade-to-1.5.md index eb5af6bf0..24f569375 100644 --- a/site/content/docs/v1.5.0-rc.1/upgrade-to-1.5.md +++ b/site/content/docs/v1.5.0-rc.1/upgrade-to-1.5.md @@ -28,7 +28,7 @@ If you're not yet running at least Velero v1.4, see the following: ```bash Client: - Version: v1.5.0-beta.1 + Version: v1.5.0-rc.1 Git commit: ``` @@ -42,12 +42,12 @@ If you're not yet running at least Velero v1.4, see the following: ```bash kubectl set image deployment/velero \ - velero=velero/velero:v1.5.0-beta.1 \ + velero=velero/velero:v1.5.0-rc.1 \ --namespace velero # optional, if using the restic daemon set kubectl set image daemonset/restic \ - restic=velero/velero:v1.5.0-beta.1 \ + restic=velero/velero:v1.5.0-rc.1 \ --namespace velero ``` @@ -61,11 +61,11 @@ If you're not yet running at least Velero v1.4, see the following: ```bash Client: - Version: v1.5.0-beta.1 + Version: v1.5.0-rc.1 Git commit: Server: - Version: v1.4.0-beta.1 + Version: v1.4.0-rc.1 ``` [0]: basic-install.md#install-the-cli