Skip to content

Commit

Permalink
Merge pull request #4064 from kahirokunn/main
Browse files Browse the repository at this point in the history
  • Loading branch information
reasonerjt authored Aug 30, 2021
2 parents 9c0dfd0 + cf42054 commit 74476db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelogs/unreleased/4064-kahirokunn
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated the version of velero/velero-plugin-for-aws version from v1.2.0 to v1.2.1
2 changes: 1 addition & 1 deletion site/content/docs/main/contributions/minio.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ These instructions start the Velero server and a Minio instance that is accessib
```
velero install \
--provider aws \
--plugins velero/velero-plugin-for-aws:v1.2.0 \
--plugins velero/velero-plugin-for-aws:v1.2.1 \
--bucket velero \
--secret-file ./credentials-velero \
--use-volume-snapshots=false \
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/velero_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ func getProviderPlugins(providerName string) []string {
// TODO: make plugin images configurable
switch providerName {
case "aws":
return []string{"velero/velero-plugin-for-aws:v1.2.0"}
return []string{"velero/velero-plugin-for-aws:v1.2.1"}
case "azure":
return []string{"velero/velero-plugin-for-microsoft-azure:v1.2.0"}
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:
return []string{""}
}
Expand Down

0 comments on commit 74476db

Please sign in to comment.