Update Ironbank
This MR contains the following updates:
Package | Update | Change |
---|---|---|
registry1.dso.mil/ironbank/opensource/velero/velero (source) | minor |
v1.15.2 -> v1.16.0
|
registry1.dso.mil/ironbank/opensource/velero/velero (source) | minor |
1.15.2 -> 1.16.0
|
registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws (source) | minor |
v1.11.1 -> v1.12.0
|
registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure (source) | minor |
v1.11.1 -> v1.12.0
|
velero/velero-plugin-for-aws | minor |
v1.11.1 -> v1.12.0
|
Complete MR checklist
Assignee
-
Followed upgrade instructions outlined in docs/DEVELOPMENT_MAINTENANCE.md -
Update Docs with new/updated steps as needed -
Tested and Validated Changes made with supporting info like logs or screenshots from test pipelines
Add supporting info below
Reviewer only
❗ ImportantRelease Notes retrieval for this MR were skipped because no github.com credentials were available. If you are self-hosted, please see this instruction.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR was automatically generated by Renovate Bot.
Upgrade Notices
Velero's 0.16.X image introduces an issue with the restore
command. It appears to be tightly coupled to assume that the deployment of Velero is named exactly: deployment.apps/velero. This causes the command to fail with rpc error: code = Unknown desc = deployments.apps "velero" not found
. The only solution found was setting fullnameOverride to "velero".