velero update to 10.0.1-bb.0
Package Merge Request
Package Changes
https://repo1.dso.mil/big-bang/product/packages/velero/-/blob/10.0.1-bb.0/CHANGELOG.md
Package MR
big-bang/product/packages/velero!204 (merged)
For Issue
Closes big-bang/product/packages/velero#141 (closed)
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".
Edited by Jacob Kershaw