Update upgrade instructions to reference v1.6.2 (#3977)

This commit is contained in:
Bridget McErlean
2021-07-22 09:28:20 -04:00
committed by GitHub
parent 7b1ff0f945
commit 62bfe952f4
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
Client:
Version: v1.6.1
Version: v1.6.2
Git commit: <git SHA>
```
@@ -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: <git SHA>
Server:
Version: v1.6.1
Version: v1.6.2
```
## Notes

View File

@@ -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: <git SHA>
```
@@ -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: <git SHA>
Server:
Version: v1.6.1
Version: v1.6.2
```
## Notes