mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-19 06:26:44 +00:00
fixes for CVE-2021-3121 and CVE-2021-3580
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
This commit is contained in:
@@ -72,7 +72,7 @@ These instructions start the Velero server and a Minio instance that is accessib
|
|||||||
```
|
```
|
||||||
velero install \
|
velero install \
|
||||||
--provider aws \
|
--provider aws \
|
||||||
--plugins velero/velero-plugin-for-aws:v1.2.0 \
|
--plugins velero/velero-plugin-for-aws:v1.2.1 \
|
||||||
--bucket velero \
|
--bucket velero \
|
||||||
--secret-file ./credentials-velero \
|
--secret-file ./credentials-velero \
|
||||||
--use-volume-snapshots=false \
|
--use-volume-snapshots=false \
|
||||||
|
|||||||
@@ -48,11 +48,11 @@ func getProviderPlugins(providerName string) []string {
|
|||||||
// TODO: make plugin images configurable
|
// TODO: make plugin images configurable
|
||||||
switch providerName {
|
switch providerName {
|
||||||
case "aws":
|
case "aws":
|
||||||
return []string{"velero/velero-plugin-for-aws:v1.2.0"}
|
return []string{"velero/velero-plugin-for-aws:v1.2.1"}
|
||||||
case "azure":
|
case "azure":
|
||||||
return []string{"velero/velero-plugin-for-microsoft-azure:v1.2.0"}
|
return []string{"velero/velero-plugin-for-microsoft-azure:v1.2.0"}
|
||||||
case "vsphere":
|
case "vsphere":
|
||||||
return []string{"velero/velero-plugin-for-aws:v1.2.0", "vsphereveleroplugin/velero-plugin-for-vsphere:v1.1.1"}
|
return []string{"velero/velero-plugin-for-aws:v1.2.1", "vsphereveleroplugin/velero-plugin-for-vsphere:v1.1.1"}
|
||||||
default:
|
default:
|
||||||
return []string{""}
|
return []string{""}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user