From 91f8b6555ef0f523e8fdb6ff42cc9a64adc3fec0 Mon Sep 17 00:00:00 2001 From: Carlisia Date: Tue, 26 May 2020 14:18:33 -0700 Subject: [PATCH] Specify the Velero dependency version Signed-off-by: Carlisia --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f176129..5201e74 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Below is a listing of plugin versions and respective Velero versions that are co | Plugin Version | Velero Version | |-----------------|----------------| +| v1.1.x | v1.4.x | | v1.0.x | v1.3.x | | v1.0.x | v1.2.0 | @@ -149,7 +150,7 @@ Install Velero, including all prerequisites, into the cluster and start the depl ```bash velero install \ --provider gcp \ - --plugins velero/velero-plugin-for-gcp:v1.0.1 \ + --plugins velero/velero-plugin-for-gcp:v1.1.0 \ --bucket $BUCKET \ --secret-file ./credentials-velero ``` @@ -161,7 +162,7 @@ You must add a service account annotation to the Kubernetes service account so t ```bash velero install \ --provider gcp \ - --plugins velero/velero-plugin-for-gcp:v1.0.1 \ + --plugins velero/velero-plugin-for-gcp:v1.1.0 \ --no-secret \ --sa-annotations iam.gke.io/gcp-service-account=[GSA_NAME]@[PROJECT_ID].iam.gserviceaccount.com \ --backup-location-config serviceAccount=[GSA_NAME]@[PROJECT_ID].iam.gserviceaccount.com \