Update upgrade instructions to reference v1.6.1 (#3893)
Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>pull/3897/head
parent
f2cf7d5a2d
commit
c230e9ca10
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue