Update upgrading instructions to right version (#2930)

Signed-off-by: Carlisia <carlisia@vmware.com>
This commit is contained in:
Carlisia Thompson
2020-09-11 07:57:38 -07:00
committed by GitHub
parent cfc4651078
commit 062a598d8e
2 changed files with 11 additions and 11 deletions
+6 -6
View File
@@ -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: <git SHA>
```
@@ -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: <git SHA>
Server:
Version: v1.4.0-beta.1
Version: v1.4.0-rc.1
```
[0]: basic-install.md#install-the-cli
@@ -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: <git SHA>
```
@@ -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: <git SHA>
Server:
Version: v1.4.0-beta.1
Version: v1.4.0-rc.1
```
[0]: basic-install.md#install-the-cli