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