Skip to content

Commit 2999a6d

Browse files
authored
Merge pull request #48 from carlisia/v1.14.0-docs
Update docs to reference Velero 1.4.0
2 parents d7e7ceb + 8210d3c commit 2999a6d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +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.1.x | v1.4.x |
1718
| v1.0.x | v1.3.x |
1819
| v1.0.x | v1.2.0 |
1920

@@ -216,7 +217,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl
216217
```bash
217218
velero install \
218219
--provider azure \
219-
--plugins velero/velero-plugin-for-microsoft-azure:v1.0.1 \
220+
--plugins velero/velero-plugin-for-microsoft-azure:v1.1.0 \
220221
--bucket $BLOB_CONTAINER \
221222
--secret-file ./credentials-velero \
222223
--backup-location-config resourceGroup=$AZURE_BACKUP_RESOURCE_GROUP,storageAccount=$AZURE_STORAGE_ACCOUNT_ID[,subscriptionId=$AZURE_BACKUP_SUBSCRIPTION_ID] \
@@ -228,7 +229,7 @@ velero install \
228229
```bash
229230
velero install \
230231
--provider azure \
231-
--plugins velero/velero-plugin-for-microsoft-azure:v1.0.1 \
232+
--plugins velero/velero-plugin-for-microsoft-azure:v1.1.0 \
232233
--bucket $BLOB_CONTAINER \
233234
--secret-file ./credentials-velero \
234235
--backup-location-config resourceGroup=$AZURE_BACKUP_RESOURCE_GROUP,storageAccount=$AZURE_STORAGE_ACCOUNT_ID,storageAccountKeyEnvVar=AZURE_STORAGE_ACCOUNT_ACCESS_KEY[,subscriptionId=$AZURE_BACKUP_SUBSCRIPTION_ID] \

0 commit comments

Comments
 (0)