Skip to content

Commit dcfbc09

Browse files
authored
update docs for v1.0.1 release (#28)
Signed-off-by: Steve Kriss <[email protected]>
1 parent 7a8cc93 commit dcfbc09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Below is a listing of plugin versions and respective Velero versions that are co
1414

1515
| Plugin Version | Velero Version |
1616
|-----------------|----------------|
17-
| v1.0.0 | v1.2.0 |
17+
| v1.0.x | v1.2.0 |
1818

1919
## Setup
2020

@@ -185,7 +185,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
185185
```bash
186186
velero install \
187187
--provider azure \
188-
--plugins velero/velero-plugin-for-microsoft-azure:v1.0.0 \
188+
--plugins velero/velero-plugin-for-microsoft-azure:v1.0.1 \
189189
--bucket $BLOB_CONTAINER \
190190
--secret-file ./credentials-velero \
191191
--backup-location-config resourceGroup=$AZURE_BACKUP_RESOURCE_GROUP,storageAccount=$AZURE_STORAGE_ACCOUNT_ID[,subscriptionId=$AZURE_BACKUP_SUBSCRIPTION_ID] \

0 commit comments

Comments
 (0)