Update upgrade instructions to reference v1.6.1 (#3893)

Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>
pull/3897/head
Bridget McErlean 2021-06-23 19:04:57 -04:00 committed by GitHub
parent f2cf7d5a2d
commit c230e9ca10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -29,7 +29,7 @@ If you're not yet running at least Velero v1.5, see the following:
```bash ```bash
Client: Client:
Version: v1.6.0 Version: v1.6.1
Git commit: <git SHA> Git commit: <git SHA>
``` ```
@ -45,12 +45,12 @@ If you're not yet running at least Velero v1.5, see the following:
```bash ```bash
kubectl set image deployment/velero \ kubectl set image deployment/velero \
velero=velero/velero:v1.6.0 \ velero=velero/velero:v1.6.1 \
--namespace velero --namespace velero
# optional, if using the restic daemon set # optional, if using the restic daemon set
kubectl set image daemonset/restic \ kubectl set image daemonset/restic \
restic=velero/velero:v1.6.0 \ restic=velero/velero:v1.6.1 \
--namespace velero --namespace velero
``` ```
@ -64,11 +64,11 @@ If you're not yet running at least Velero v1.5, see the following:
```bash ```bash
Client: Client:
Version: v1.6.0 Version: v1.6.1
Git commit: <git SHA> Git commit: <git SHA>
Server: Server:
Version: v1.6.0 Version: v1.6.1
``` ```
## Notes ## Notes

View File

@ -29,7 +29,7 @@ If you're not yet running at least Velero v1.5, see the following:
```bash ```bash
Client: Client:
Version: v1.6.0 Version: v1.6.1
Git commit: <git SHA> Git commit: <git SHA>
``` ```
@ -45,12 +45,12 @@ If you're not yet running at least Velero v1.5, see the following:
```bash ```bash
kubectl set image deployment/velero \ kubectl set image deployment/velero \
velero=velero/velero:v1.6.0 \ velero=velero/velero:v1.6.1 \
--namespace velero --namespace velero
# optional, if using the restic daemon set # optional, if using the restic daemon set
kubectl set image daemonset/restic \ kubectl set image daemonset/restic \
restic=velero/velero:v1.6.0 \ restic=velero/velero:v1.6.1 \
--namespace velero --namespace velero
``` ```
@ -64,11 +64,11 @@ If you're not yet running at least Velero v1.5, see the following:
```bash ```bash
Client: Client:
Version: v1.6.0 Version: v1.6.1
Git commit: <git SHA> Git commit: <git SHA>
Server: Server:
Version: v1.6.0 Version: v1.6.1
``` ```
## Notes ## Notes