mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-09 06:33:22 +00:00
Update upgrade instructions to reference v1.6.2 (#3977)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user