Create autoupgrade job for user for 5.5.1-bb.5
5.5.1-bb.5 will reduce the MinIO tenant servers from 4 to 1. Due to the immutable field for tenant, end users will need to 1) delete the tenant, 2) delete the persistent volume that was claimed, and 3) delete the persistent volume claim. This MR will enable add a pre-upgrade job that will handle the 3 steps above for the user if minio.enabled
and upgradeJob.enabled
is set to true.