Skip to content

Commit

Permalink
Merge pull request #74 from carlisia/c-1.2
Browse files Browse the repository at this point in the history
Update docs to reference Velero v1.6
  • Loading branch information
dsu-igeek authored Mar 15, 2021
2 parents e6ffa2a + a35ffc7 commit 02a474e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Below is a listing of plugin versions and respective Velero versions that are co

| Plugin Version | Velero Version |
|-----------------|----------------|
| v1.2.x | v1.6.x |
| v1.1.x | v1.5.x |
| v1.1.x | v1.4.x |
| v1.0.x | v1.3.x |
Expand Down Expand Up @@ -260,7 +261,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
```bash
velero install \
--provider aws \
--plugins velero/velero-plugin-for-aws:v1.1.0 \
--plugins velero/velero-plugin-for-aws:v1.2.0 \
--bucket $BUCKET \
--backup-location-config region=$REGION \
--snapshot-location-config region=$REGION \
Expand All @@ -272,7 +273,7 @@ velero install \
```bash
velero install \
--provider aws \
--plugins velero/velero-plugin-for-aws:v1.1.0 \
--plugins velero/velero-plugin-for-aws:v1.2.0 \
--bucket $BUCKET \
--backup-location-config region=$REGION \
--snapshot-location-config region=$REGION \
Expand Down

0 comments on commit 02a474e

Please sign in to comment.